随笔分类 -  web 前端

解决mac安装grunt时出现[command not found]的错误
摘要:第一步: 1先确定一下.bash_profile是否存在. 2在mac终端输入: test -e .bash_profile && echo "found" || echo "not found" 3.bash_profile是一个环境配置的脚本, 如果显示的是not found, 则在终端运行 t 阅读全文
posted @ 2016-11-15 21:46 jaina 阅读(6066) 评论(0) 推荐(0)