You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@niso1985 I'm interested in running webjars-packaged node modules with trireme, you seem to have some success in that. Would you mind sharing the sample with me?
I call to my_js_app/index.js using NodeScript following the code:
my_js_app/index.js require lodash and commander etc.
And these node_modules is installed using "npm install".
The following error occurs when this program is executed.
Is node_modules's path resolution different between Node and Trireme?
And can I resolve file dependencies without changing the files in node_modules?
The text was updated successfully, but these errors were encountered: