无法使任何发电机工作

时间:2014-10-13 22:23:41

标签: node.js command-line npm generator yeoman

我通常使用某种Yeoman生成器构建我的应用程序,但是无法让它们中的任何一个工作。无论我尝试使用哪个生成器,我在命令行中都会遇到大量错误。现在,我正在尝试使用gulp webapp,可以在这里看到:https://github.com/yeoman/generator-gulp-webapp

我键入yo gulp-webapp,看起来有点工作,然后说: "我已经完成了。运行凉亭安装& npm install为您安装所需的依赖项。如果失败,请尝试自己运行命令。",

我收到很多错误。这是前十个左右的样本:

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 data
npm WARN deprecated gulp-clean@0.2.4: use 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 you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System 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

今天发生了全面的发电机。任何帮助表示赞赏。

0 个答案:

没有答案