I'm testing the nodejs exmaple in the docs. http://docs.brightsign.biz/display/DOC/Node.js
So I tested to replace the nodejs code with hello world for nodejs express: http://expressjs.com/en/starter/hello-world.html
When starting up the project I get:
"[ERROR] [source module.js:340]: Uncaught Error: Cannot find module 'express'"
I have copied my node_modules directory to the sd card and it is located at the same location as the index.html which is the file containing the javascript code.
Is it only built in modules that are available for node on Brightsign player?