Created
November 18, 2014 05:55
-
-
Save mlynch/5a53aa2f6a997c386e02 to your computer and use it in GitHub Desktop.
v8flags issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ npm install -g gulp | |
| / | |
| > [email protected] install C:\Users\Max_2\AppData\Roaming\npm\node_modules\gulp\nod | |
| e_modules\v8flags | |
| > node fetch.js | |
| - | |
| C:\Users\Max_2\AppData\Roaming\npm\node_modules\gulp\node_modules\v8flags\fetch. | |
| js:14 | |
| throw new Error(execErr); | |
| ^ | |
| Error: Error: Command failed: 'c:\Program' is not recognized as an internal or e | |
| xternal command, | |
| operable program or batch file. | |
| at C:\Users\Max_2\AppData\Roaming\npm\node_modules\gulp\node_modules\v8flags | |
| \fetch.js:14:13 | |
| at ChildProcess.exithandler (child_process.js:652:7) | |
| at ChildProcess.emit (events.js:98:17) | |
| at maybeClose (child_process.js:756:16) | |
| at Socket.<anonymous> (child_process.js:969:11) | |
| at Socket.emit (events.js:95:17) | |
| at Pipe.close (net.js:465:12) | |
| npm ERR! [email protected] install: `node fetch.js` | |
| npm ERR! Exit status 8 | |
| npm ERR! | |
| npm ERR! Failed at the [email protected] install script. | |
| npm ERR! This is most likely a problem with the v8flags package, | |
| npm ERR! not with npm itself. | |
| npm ERR! Tell the author that this fails on your system: | |
| npm ERR! node fetch.js | |
| npm ERR! You can get their info via: | |
| npm ERR! npm owner ls v8flags | |
| npm ERR! There is likely additional logging output above. | |
| npm ERR! System Windows_NT 6.2.9200 | |
| npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodej | |
| s\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "gulp" | |
| npm ERR! cwd h:\GitHub\blah | |
| npm ERR! node -v v0.10.33 | |
| npm ERR! npm -v 1.4.28 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment