Hi All, Is it possible to run a nodejs related fil...
# suitescript
s
Hi All, Is it possible to run a nodejs related file in NS ?
b
depends on how the module is setup
some use umd so that they can work in amd, browsers, and node
if it doesn't use umd, its likely that you need to use a bundler like browserify to package all the files together and make it usable in an amd environment