Hi all, I'm getting this error can any one help me...
# suitescript
s
Hi all, I'm getting this error can any one help me on that?{"message":"Invalid define call, define should only be called once per module. Define calls found at the following line numbers: tmp_myaccount_2.js 41, 72, 105, 147, 273, 319, 348, 396, 500, 528, 567","stack":["createError(N/error)","reduce(/SuiteBundles/Bundle 317001/ExtensionMechanism.Server/CompilersMapReduce/JsCompilerMapReduce.js:271)"],"name":"23853"},"id":"","notifyOff":false,"userFacing":true}
b
looks like someone messed up their bundler
the error looks like someone built JsCompilerMapReduce.js by concating multiple modules together
which lead to multiple calls to the define function