grunt 运行报错

发布于 2022-09-01 23:20:15 字数 547 浏览 14 评论 0

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

≈。彩虹 2022-09-08 23:20:15

Gruntfile.js是自己写的Grunt配置文件,是需要自己写的!!!

昇り龍 2022-09-08 23:20:15

cd 到项目根目录

npm install

﹏半生如梦愿梦如真 2022-09-08 23:20:15

这个错跟Gruntfile无关,如果没有Gruntfile的话grunt会提示找不到这个文件的。
你这个错事没有本地grunt啊,在项目目录执行:

$ npm install grunt --save-dev
最好是你 2022-09-08 23:20:15

node环境变量配置有问题

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文