node.js - Cannot get any generators to work -



node.js - Cannot get any generators to work -

i build apps using sort of yeoman generator, have been unable of them working. getting tons of errors in command line no matter generator seek use. right now, trying utilize gulp webapp, can seen here: https://github.com/yeoman/generator-gulp-webapp.

i type yo gulp-webapp, appears work bit, after says: "i'm done. running bower install & npm install install required dependencies. if fails, seek running command yourself.",

i tons of errors. here's sampling of first 10 or so:

npm warn package.json mgportfolio@0.0.0 no description npm warn package.json mgportfolio@0.0.0 no repository field. npm warn package.json mgportfolio@0.0.0 no readme info npm warn deprecated gulp-clean@0.2.4: utilize gulp-rimraf instead npm err! error: enoent, lstat '/users/margaretgodowns/documents/theironyard/mgportfolio/node_modules/gulp/node_modules/gulp-util/lib/isnull.js' npm err! if need help, may study *entire* log, npm err! including npm , node versions, at: npm err! <http://github.com/npm/npm/issues> npm err! scheme darwin 13.4.0 npm err! command "node" "/usr/local/bin/npm" "install" npm err! cwd /users/margaretgodowns/documents/theironyard/mgportfolio npm err! node -v v0.10.29 npm err! npm -v 1.4.14

this has happened generators across board today. help appreciated.

node.js command-line npm generator yeoman

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -