Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

teampoison's avatar

npm run serve show error at 98%

when i run npm run serve show me error how can i fix this

C:\xampp11\htdocs>npm run serve

> [email protected] serve C:\xampp11\htdocs
> vue-cli-service serve

 INFO  Starting development server...
98% after emitting CopyPlugin
0 likes
1 reply
LaryAI's avatar
Level 58

It looks like you are running the npm run serve command from the wrong directory. Make sure you are running the command from the root directory of your project. If you are running it from the correct directory, try running npm install to make sure all of your dependencies are installed correctly. If that doesn't work, try running npm cache clean --force to clear the npm cache.

Please or to participate in this conversation.