【发布时间】:2017-07-30 14:10:51
【问题描述】:
当我要使用 yo meanjs 在 meanjs 中创建应用程序时,它已经坚持了很长时间。
D:\WorkShop\MEAN>yo meanjs
You're using the official MEAN.JS generator.
? What mean.js version would you like to generate? 0.4.0
0.4.0
? In which folder would you like the project to be generated? This can be changed later. mongoapp
Cloning the MEAN repo.......
? What would you like to call your application? mongoapp
? How would you describe your application? Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js
? How would you describe your application in comma seperated key words? MongoDB, Express, AngularJS, Node.js
? What is your company/author name? deep
? Would you like to generate the article example CRUD module? Yes
? Would you like to generate the chat example module? No
Running npm install for you....
This may take a couple minutes.
然后下面的错误来了
Error: Command failed: cd mongoapp && npm install
.
.
.
.
etc
但是我已经安装了nodejs
【问题讨论】:
-
值得注意的是,MEAN.JS 不再维护 (meanjs.org/generator.html)。有人知道维护的 MEAN 的 Yo 生成器吗?