Error: Missing binding ...\node_modules\node-sass\vendor\win32-x64-83\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 14.x 沒有node-sass,提示要我們重新安裝node-sass 解決方法: 輸入命令: npm rebuild node-sass 更新一下:npm update 運行: npm run dev
如果繼續報錯根據error 找問題。有可能是node版本問題,卸載然后安裝低版本即可