Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Can not start Vue UI after updating Node and dev-dependencies

After updating Node to the latest version I have trouble to start vue ui. First it was some dev-dependencies. After setting the latest versions for these dependencies now I get

andreas@andreas-X230:/opt/lampp/htdocs/homepage/apps/projectA$ vue ui
🚀  Starting GUI...
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: ENOENT: no such file or directory, scandir '/opt/lampp/htdocs/homepage/apps/projectB/node_modules/@vue/cli-service/locales'
[...]

Can someone help me out? It’s confusing it is looking for a file in another project (note the different paths to projectA and projectB.)

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Uninstall and re-install the vue/cli.

  1. npm uninstall -g @vue/cli
  2. npm install -g @vue/cli
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading