Closed Pradeep0610 closed 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!
(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.