Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported global NODE_OPTIONS cause process to crash #11

Open
NiklasGollenstede opened this issue Jan 10, 2019 · 0 comments
Open

Unsupported global NODE_OPTIONS cause process to crash #11

NiklasGollenstede opened this issue Jan 10, 2019 · 0 comments

Comments

@NiklasGollenstede
Copy link
Owner

When the user has something set in the NODE_OPTIONS that is not supported by the node.js version included by NativeExt, the processes will fail t spawn with

native-ext.exe/.bin: <value> is not allowed in NODE_OPTIONS

(see browser console) which is reported by the NativeExt extension as

The application is not installed correctly: The Port this request is waiting on was destroyed

Setting SET "NODE_OPTIONS=" in the bin/latest.bat (Windows) fixes that, but completely ignores the NODE_OPTIONS.
That might not be a bad idea anyway, since specific development options can already be set via the --node-options= argument when installing NativeExt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant