Hey All, I have been trying to get the angular-seed template to run on my Windows 7 64 bit system and cannot get it to succeed on the npm install.
I have tried it with node 10 and 12, 12 thorws other errors. I have tried removing everything I can find relating to node and reinstalling, have pulled angular-seed from the GitHub for Windows, the command line, and zip, and nothing seems to work. The messages I get are as follows: E:\Development\AngularJs\as1\angular-seed>npm install npm WARN optional dep failed, continuing [email protected] / > [email protected] install E:\Development\AngularJs\as1\angular-seed\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws > (node-gyp rebuild 2> builderror.log) || (exit 0) The system cannot find the path specified. E:\Development\AngularJs\as1\angular-seed\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "C:\nodejs\node_modules\n pm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild \ > [email protected] install E:\Development\AngularJs\as1\angular-seed\node_modules\karma-phantomjs-launcher\node_modules\phantomjs > node install.js The system cannot find the path specified. Download already available at C:\Users\Ed\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip Extracting zip contents Removing E:\Development\AngularJs\as1\angular-seed\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom Copying extracted folder C:\Users\Ed\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1427584960088\phantomjs-1.9.8-windows -> E:\Development\An gularJs\as1\angular-seed\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom Writing location.js file Done. Phantomjs binary available at E:\Development\AngularJs\as1\angular-seed\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom\phantomjs .exe npm ERR! [email protected] install: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the phantomjs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get their info via: npm ERR! npm owner ls phantomjs npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\\nodejs\\\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR! cwd E:\Development\AngularJs\as1\angular-seed npm ERR! node -v v0.10.38 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! not ok code 0 Any help would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
