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
I'm getting a permissions error running Node v10.16.0, most likely due to N-API. Sudo works fine but I'd like to run this without permissions. Any ideas?
i$ node index.js
Launching Functionality
events.js:174
throw er; // Unhandled 'error' event
^
Error [EACCES]: permission denied
at /Users/i/Apps/www/node_modules/turbo-net/lib/server.js:53:17
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:832:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
Emitted 'error' event at:
at /Users/i/Apps/www/node_modules/turbo-net/lib/server.js:55:14
at process._tickCallback (internal/process/next_tick.js:63:19)
[... lines matching original stack trace ...]
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
io-2:www i$
The text was updated successfully, but these errors were encountered:
I'm getting a permissions error running Node v10.16.0, most likely due to N-API. Sudo works fine but I'd like to run this without permissions. Any ideas?
The text was updated successfully, but these errors were encountered: