npm global 安装全局变量 vim ~/.bash_profile 添加一行,!wq退出保存。 export PATH="/Users/liuman/.npm-global/bin:$PATH" 立即生效 source ~/.bash_profile