Vue 專案出現 Node Sass could not find a binding for your current environment

前言

最近在弄 Vue Cli 2 專案的時候突然發生一個錯誤,Node Sass could not find a binding for your current environment,所以這一篇記錄一下該如何解決。

問題

由於該專案是 Vue Cli 2,所以當我執行 npm start 時卻出現以下錯誤

1
2
3
4
5
6
7
8
Module build failed: Error: Missing binding D:\vue\node_modules\node-sass\vendor\win32-x64-67\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 11.x

Found bindings for the following environments:
- OS X 64-bit with Node.js 12.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.

解決方法

解決方法其實很簡單 ,只需要在該專案下執行 npm rebuild node-sass 就可以了,至於問題點是 node-sass 版本安裝上的錯誤導致。

參考文獻

Node Sass couldn’t find a binding for your current environment

Liker 讚賞

這篇文章如果對你有幫助,你可以花 30 秒登入 LikeCoin 並點擊下方拍手按鈕(最多五下)免費支持與牡蠣鼓勵我。
或者你可以也可以請我「喝一杯咖啡(Donate)」。

Buy Me A Coffee Buy Me A Coffee

Google AD

撰寫一篇文章其實真的很花時間,如果你願意「關閉 Adblock (廣告阻擋器)」來支持我的話,我會非常感謝你 ヽ(・∀・)ノ