出現這個問題的原因是:本地的npm被破壞. 強制清空快取:npm cache clear –force. 刪除掉本地的node_modules:rm -rf node_modules.
確定! 回上一頁