thecodeholic / laravel-vue-survey

This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
https://yoursurveys.xyz
328 stars 178 forks source link

cannot npm run dev #7

Closed DelvinWillian closed 2 years ago

DelvinWillian commented 2 years ago

Pre-bundling dependencies: vue (this will be run only when your dependencies or config have changed) X [ERROR] Failed to write to output file: open C:...\laravel-vue-survey\vue\node_modules.vite\vue.js.map: The system cannot find the file specified.

X [ERROR] Failed to write to output file: open C:...\laravel-vue-survey\vue\node_modules.vite\vue.js: The system cannot find the file specified.

$ npm -v 8.3.1

$ node -v v16.14.0

There is error when npm run dev, been searching for solution. but still got the same error..

thecodeholic commented 2 years ago

Did you try to remove node_modules folder and re-run npm install && npm run dev

DelvinWillian commented 2 years ago

my bad, i forgot to enter "cd vue"