grunt 运行报错
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
应该是Gruntfile
丢失了,
尝试了重新安装也没用。怎么解决呢。。。各位。。。系统macOSX
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Gruntfile.js
是自己写的Grunt配置文件,是需要自己写的!!!cd 到项目根目录
npm install
这个错跟Gruntfile无关,如果没有Gruntfile的话grunt会提示找不到这个文件的。
你这个错事没有本地grunt啊,在项目目录执行:
node环境变量配置有问题