[Vuejs]-ERROR Error: Cannot find module '@xtuc/long'

0👍

If you don’t make any changes in project, just you trying to install and run your first vue.js app then follow this guide Creating a Project CLI, and everything will be fine.
Be sure you using the latest version of node & npm.

If you want to fix this project try remove node_modules and the package-lock.json file, and than run npm install

Leave a comment