Skip to content

Importing package dependancies / node_modules #70

Answered by aduh95
ytsruh asked this question in Q&A
Discussion options

You must be logged in to vote

The single executable application feature currently only supports running a single embedded script using the CommonJS module system.

Source: https://nodejs.org/api/single-executable-applications.html

It's expected it won't work, you'd need to bundle all your code and don't rely on external JS modules.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ytsruh
Comment options

Answer selected by ytsruh
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RaisinTen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants