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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
> cross-env NODE_PATH=. node server
events.js:141
throw er; // Unhandled 'error' event
^
Error: spawn NODE_PATH=. ENOENT
at exports._errnoException (util.js:870:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at doNTCallback2 (node.js:441:9)
at process._tickCallback (node.js:355:17)
at Function.Module.runMain (module.js:469:11)
at startup (node.js:136:18)
at node.js:963:3
It does work with NODE_PATH=. node server, though. Also cross-env NODE_ENV=production works just fine.
The text was updated successfully, but these errors were encountered:
Running OS X 10.11.2, node v4.2.4, npm 2.4.12
npm run dev
throws the following error:It does work with
NODE_PATH=. node server
, though. Alsocross-env NODE_ENV=production
works just fine.The text was updated successfully, but these errors were encountered: