
I try to install node.js in a sandbox.
The installing has no problem, and "npm init" runs fine.
But I can't run "npm install XXX" (XXX= gulp or ...), it's get: Unhandled rejection Error: ENOENT: no such file or directory, stat 'C:\Users\...
I guess it like installing Chrome, so I install node.js outside sandbox.
It's work fine when outside sandbox, but fail inside sandbox.
I have no idea about this problem!
Is anyone can help me to solve this problem?
My OS:
Windows 10 pro, 1709.
node.js: 8.9.0
sandboxie: 5.22
MERGED POST -
"It's work fine when outside sandbox, but fail inside sandbox." means:
* Installed node.js ouside SBIE
* run cmd outside SBIE > "npm install XXX" ==> success
* run cmd inside SBIE > "npm install XXX" ===> fail