1.終端依次輸入以下兩條命令 (顯示和創(chuàng)建 "."開頭的文件)
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
。
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
。
mkdir ~/.npm-global
創(chuàng)建一個用于裝npm包的文件帅刀。npm config set prefix '~/.npm-global'
配置npm使用這個新目錄。open ~/.npm-global
打開剛才新建的文件夾,在里面創(chuàng)建一個文件叫 '.bash_profile'鱼的。export PATH=~/.npm-global/bin:$PATH
脊岳。source .bash_profile
即可完成鸟款。