karma-fixture icon indicating copy to clipboard operation
karma-fixture copied to clipboard

npm install fails on windows 7

Open richardry opened this issue 7 years ago • 0 comments

When run npm install, got Done. Phantomjs binary available at C:\Users\rhan\workspace\karma-fixture\node_modules\phantomjs\lib\phantom\phantomjs.exe

[email protected] prepublish C:\Users\rhan\workspace\karma-fixture coffee -o lib -c src/*.coffee

File not found: C:\Users\rhan\workspace\karma-fixture\src*.coffee

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN [email protected] requires a peer of mocha@* but none was installed. npm WARN [email protected] requires a peer of chai@* but none was installed. npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Users\rhan\dev\node.exe" "C:\Users\rhan\dev\node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v6.10.2 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] prepublish: coffee -o lib -c src/*.coffee npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] prepublish script 'coffee -o lib -c src/*.coffee'.

richardry avatar Apr 11 '17 17:04 richardry