node.js - Error in generating ultimate-seed with yeoman -


i'm attempting create first yeoman webapp using ultimate-seed-generator. following errors:

c:\users\fidel\desktop\nueva carpeta\new-proyect>npm install    > ultimate-seed@0.3.12 preinstall c:\users\fidel\desktop\nueva carpeta\new-proyect > node npm-scripts preinstall  npm preinstall script executed \   > ultimate-seed@0.3.12 postinstall c:\users\fidel\desktop\nueva carpeta\new-proyect > node npm-scripts postinstall  npm postinstall script executed { [error: command failed: cp: invalid option -- n try `cp --help' more information. ] killed: false, code: 1, signal: null } - npm err! ultimate-seed@0.3.12 postinstall: `node npm-scripts postinstall` npm err! exit status 1 npm err! npm err! failed @ ultimate-seed@0.3.12 postinstall script. npm err! problem ultimate-seed package, npm err! not npm itself. npm err! tell author fails on system: npm err!     node npm-scripts postinstall npm err! can info via: npm err!     npm owner ls ultimate-seed npm err! there additional logging output above. npm err! system windows_nt 6.2.9200 npm err! command "c:\\program files\\nodejs\\\\node.exe" "c:\\program files\\nod ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm err! cwd c:\users\fidel\desktop\nueva carpeta\new-proyect npm err! node -v v0.10.29 npm err! npm -v 1.4.14 npm err! code elifecycle npm err! npm err! additional logging details can found in: npm err!     c:\users\fidel\desktop\nueva carpeta\new-proyect\npm-debug.log npm err! not ok code 0 

i pretty sure node js , yeoman installed ok. think can problem window , yeoman. know it?

the problem post-install script uses unix cp command copy files. being you're on windows, not going work

you can run npm install under cygwin or other unix-type shell on windows.

however, package has been deleted npm -- should try find 1 up-to-date , use 1 instead.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -