Search found 4 matches
- Tue Nov 07, 2017 9:07 pm
- Forum: Problem Reports
- Topic: Cannot install/use node.js in sbie
- Replies: 6
- Views: 496
Re: Cannot install/use node.js in sbie
Thank you for your reply. * There are many programs that will not work inside Sandboxie. How can I identify which programs can work inside Sandboxie? Is there any documentation or website that can help me improve my understanding of the sandbox? BTW, since I upgraded (probably after 5.2x that I reme...
- Sun Nov 05, 2017 12:10 am
- Forum: Problem Reports
- Topic: Cannot install/use node.js in sbie
- Replies: 6
- Views: 496
Re: Cannot install/use node.js in sbie
Thanks to Barb, Because I already installed gulp outside, the situation may not same as yours. I try to create a new sandbox, then just run cmd of windows in the sandbox. Almost failed: * npm install -g gulp * npm install -g react * npm install -g browsersync >> All fail mssages start with: Unhandle...
- Fri Nov 03, 2017 1:00 pm
- Forum: Problem Reports
- Topic: Cannot install/use node.js in sbie
- Replies: 6
- Views: 496
Re: Cannot install/use node.js in sbie
If you would like to reproduce this problem, follow steps: 1. Download node.js: https://nodejs.org/en/download/ 2. Install node.js(maybe runs in a sandbox first). 3. Run cmd.exe 4. Type 'npm --version' to check the installing is fine. 5. Type 'npm init' 6. Type 'npm install gulp' If you passed the u...
- Thu Nov 02, 2017 10:08 am
- Forum: Problem Reports
- Topic: Cannot install/use node.js in sbie
- Replies: 6
- Views: 496
Cannot install/use node.js in sbie
Hi, :!: Sorry, the following discuss I guess you had experience in npm. 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 '...