這篇文章介紹了node-sass安裝報錯的解決方法,希望對學習nodejs和sass的朋友有幫助!
報錯:
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb check python checking for Python executable "python" in the PATH
解決方法:
主要是windows平台缺少編譯環境,
1、先運行: npm install - g node-gyp
2、然後執行:執行 npm install --global --production windows-build-tools 可以自動安裝跨平台的編譯器:gym
更多相關教學課程,請造訪PHP中文網。
以上是node-sass安裝報錯的解決辦法的詳細內容。更多資訊請關注PHP中文網其他相關文章!