博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
yeoman错误提示
阅读量:6228 次
发布时间:2019-06-21

本文共 522 字,大约阅读时间需要 1 分钟。

运行 yo angular 出现如下提示:
$ yo angular    grunt-cli: The grunt command line interface. (v0.1.9)    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

  我们可以看到其中有在本地没有找到 grunt ,因此我们需要先在本地安装 grunt。

$ sudo npm install grunt --save-dev

  运行以上命令,再去执行 yo angular 命令,就不会出现如上提示了。

转载地址:http://qgtna.baihongyu.com/

你可能感兴趣的文章
交易比特币的三种方式和购买数字资产的利弊
查看>>
干货 | 京东云部署Wordpress最佳实践
查看>>
nodejs 请求自动超时
查看>>
Spring Boot开发WEB页面
查看>>
Eclipse快捷键大全
查看>>
px和em和rem的区别
查看>>
OSChina 周六乱弹 —— “我们”快被你们玩坏了
查看>>
OSChina 周四乱弹 ——00后让别人给自己网购女朋友
查看>>
OSChina 周六乱弹 ——程序员的情怀:贫贱不能移
查看>>
螺旋矩阵
查看>>
SQLserver From simple To Full backup model
查看>>
一个不错的图片
查看>>
win32学习07.Windows消息机制
查看>>
Spring中使用import整合多个配置文件
查看>>
简单工厂模式
查看>>
热门搜索和历史搜索的设计思想
查看>>
php cgi模式下获取执行文件的完整路径
查看>>
防SQL注入过滤器的实现
查看>>
Android在onCreate()中获得控件尺寸
查看>>
php设置虚拟目录
查看>>