vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.76k stars 6.33k forks source link

These relative modules were not found #888

Closed Pradeep0610 closed 6 years ago

Pradeep0610 commented 6 years ago
vue-bot commented 6 years ago

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

matrey commented 5 years ago

(adding a note because search engines still brought me here in 2019)

I had the same kind of error after cloning a vuejs project on a new machine. Turns out npm install did not install development packages (maybe it assumed it was a production environment ; I'm using Linux Mint). I had to run an extra npm install --dev to get them, and all "relative modules were not found" errors disappeared.