使用Yeoman Ember时,Bower错误ansi-styles

时间:2014-03-04 23:36:13

标签: ember.js yeoman bower

我试着按照指示让Yeoman Ember从这里开始:

https://github.com/yeoman/generator-ember#usage

npm install -g generator-ember
mkdir myemberapp && cd myemberapp
yo ember
npm install -g grunt-mocha
grunt serve

A welcome page should appear in your browser.

但是,Bower因以下错误而错误

..\myemberapp>bower install

module.js:340
    throw err;
          ^
Error: Cannot find module 'ansi-styles'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (C:\Users\Usr\AppData\Roaming\npm\node_modules\bowe
r\node_modules\chalk\chalk.js:2:12)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

感谢任何潜在客户!

2 个答案:

答案 0 :(得分:1)

重新安装Bower。它已经腐败,因为它缺少依赖。

答案 1 :(得分:0)

您可以尝试安装ansi-styles:

npm install -g ansi-styles

如果你最终失去了下一个依赖关系,那么可能存在一些需要修复的固有错误,而且比我聪明的人需要帮助你。