解决mac安装grunt时出现[command not found]的错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决mac安装grunt时出现[command not found]的错误相关的知识,希望对你有一定的参考价值。

第一步:

  1先确定一下.bash_profile是否存在.

  2在mac终端输入:

    test -e .bash_profile && echo "found" || echo "not found"

      技术分享

  3.bash_profile是一个环境配置的脚本, 如果显示的是not found, 则在终端运行

    touch ~/.bash_profile

    运行完之后重复2, 显示found, 则表明创建成功

第二步:

  1安装grunt-cli

    sudo npm install -g grunt-cli

    技术分享

  2在终端通过命令的形式打开第一步中的.bash_profile文件, 命令如下:

    open -a TextEdit ~/.bash_profile

  3将环境配置写入你打开的.bash_profile, 然后保存ctrl+s, 然后退出即可, 注意路径每个人有所不同, 要看自己grunt-cli的安装路径是什么, 路径填错无效

    export PATH=/usr/local/Cellar/node/6.7.0/libexec/npm/lib/node_modules/grunt-cli/bin:$PATH

    技术分享

第三步:

 1 在终端运行: source ~/.bash_profile

 2 在终端运行: grunt --version

 如果它正常工作的话, 你将看到grunt-cli 的版本号,like this

  技术分享

  

END    

以上是关于解决mac安装grunt时出现[command not found]的错误的主要内容,如果未能解决你的问题,请参考以下文章

Mac OS登录MySQL时出现zsh: command not found: mysql

用VMware虚拟机安装mac时出现这个样提示,怎么解决?

linux: QT安装时出现段错误segmentation fault

如何解决在 Python 上安装 web3 时出现的这个错误

从源代码安装 grpc 时出现“make: protoc: Command not found”

在mac机上运行android模拟器时出现这个图,请问是啥问题呢,如何解决,我是新学的,请详细一点,谢