我正在使用 yeoman 用 generator-backboneyo 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进入测试:
cd test
- 运行生成器:
yo backbone
我不知道还能做什么,我的目录总是空的!