Grunt - 无法运行服务:"警告:任务" autoprefixer"找不到"

时间:2015-03-02 16:55:53

标签: gruntjs npm yeoman bower

我按照yeoman网页上的教程进行操作,现在卡在第5步:http://yeoman.io/codelab/preview-inbrowser.html

第一次grunt serve之后,发生此错误"致命错误:无法找到本地咕噜声。"

我意识到grunt还没有安装在我的项目本地,然后我运行sudo npm install grunt --save-dev

现在我可以运行grunt serve,但它给了我一个警告,当然我还是无法启动我的服务器。以下是我的截图: enter image description here

我使用的是Ubuntu 14.04,并尝试运行npm installbower install

1 个答案:

答案 0 :(得分:1)

我找出了解决方案。对于那些也遇到过这种情况的人,我在使用sudo npm install --global yo bower grunt-cli时犯了一个错误。我应该遵循以下步骤:https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md

之后,如果您仍然收到“警告:ENOENT,没有此类文件或目录** / app / bower.json”,请检查以下内容: https://github.com/stephenplusplus/grunt-wiredep/issues/100