運行npm run watch時報:events.js:182 throw er; // Unhandled 'error' event

I had this issue i did the following steps and i have no issues anymore:vue

  1. Delete node_modules directory
  2. Detete package-lock.json file -> very important
  3. Run npm install
  4. Run nom run dev

My details:node

npm -v => 5.0.3
node -v => v8.1.4laravel

"laravel-mix": "^1.2.1",
"cross-env": "^5.0.1",
"vue": "^2.4.1",npm

相關文章
相關標籤/搜索