Mac npm install err: fatal error: 'sass/context.h' file not found

環境:

MacOS 10.12.6node

node環境:

brew install node 下載下來的版本爲11...即node最新版本code

解決辦法:

卸載原nodezsh

brew uninstall node

安裝node版本8下載

brew install "node@8"

echo 'export PATH="/usr/local/opt/node@8/bin:$PATH"' >> ~/.zshrc

node install
相關文章
相關標籤/搜索