打开~/.bash_profile文件
open -e ~/.bash_profile
增加一行
export PATH=~/.npm-global/bin:$PATH
执行
source ~/.bash_profile
会遇到关闭终端,又不起作用的问题
打开~/.zshrc文件
open -e ~/.zshrc
增加一行
source ~/.bash_profile
执行
source ~/.zshrc
打开~/.bash_profile文件
open -e ~/.bash_profile
增加一行
export PATH=~/.npm-global/bin:$PATH
执行
source ~/.bash_profile
会遇到关闭终端,又不起作用的问题
打开~/.zshrc文件
open -e ~/.zshrc
增加一行
source ~/.bash_profile
执行
source ~/.zshrc
本文标题:mac npm安装了全局不起作用
本文链接:https://www.haomeiwen.com/subject/wzplaktx.html
网友评论