我正在使用yeoman来搭建一个带有生成器主干的骨干应用程序,但是,每次运行yo backbone
时,它都会收到这些消息:
I'm all done. Running bower install for you to install the required dependencies. If this fails, try running the command yourself.
I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.
npm WARN package.json webdev@0.0.0 No description
npm WARN package.json webdev@0.0.0 No repository field.
npm WARN package.json webdev@0.0.0 No README data
然后,我的目录为空。没有任何脚手架。
我采取的步骤是:
mkdir test
cd test
yo backbone
我不知道还能做什么,我的目录总是显示为空!
答案 0 :(得分:1)
我尝试按照您描述的相同步骤操作,但无法重现该问题。
但您可以尝试重新安装generator-backbone。
npm cache clean
npm install -g generator-backbone@0.2.2
如果您在执行这些步骤后面临同样的问题,请知道。