angular-ios7 icon indicating copy to clipboard operation
angular-ios7 copied to clipboard

npm install fails on Windows7 cmd

Open PipStyles opened this issue 11 years ago • 0 comments

Error: ./node_modules/bower/bin/bower install '.' is not recognized as an internal or external command, operable program or batch file.

Unix assumed? This fails through both windows command prompt and Git bash.

Edit1: having already got bower installed and in PATH, changing the postinstall task in package.json to "bower install" alone appears to solve this issue. (Consider a note in the instructions?)

PipStyles avatar Apr 14 '14 10:04 PipStyles