Building angular fork fails
我创造了一个安古拉基叉子,我正在努力建造它。不幸的是,当我运行
我按照文件建立了角度:
1 2 3 | $ npm install $ bower install $ grunt package |
但我得到了这个错误:
1 2 3 4 5 6 7 8 9 | grunt-cli: The grunt command line interface. (v0.1.13) Fatal error: Unable to find local grunt. If you're seeing this message, either a Gruntfile wasn't found or grunt hasn't been installed locally to your project. For more information about installing and configuring grunt, please see the Getting Started guide: http://gruntjs.com/getting-started |
我忘记什么了吗?
显然,它与NPM 3.5.4有点关系,因为我在这个版本中遇到了一个缓存错误。
但是在降级到NPM 2.x之后,一切都工作得很好。