Module build failed: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72)
For more information on which environments are supported please see:
在運行vue.js出現上面報錯
原因;缺少依賴
1.先進入項目的前端目錄
2.npm uninstall --save node-sass
3.npm install --save node-sass
這個時候就搞定了
如果還沒搞定,就重回1步驟
然后開始接下來4步驟。