Hi All, Is it possible to run a nodejs related file in NS ?
b
battk
03/04/2019, 2:50 PM
depends on how the module is setup
battk
03/04/2019, 2:50 PM
some use umd so that they can work in amd, browsers, and node
battk
03/04/2019, 2:52 PM
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