Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module 'vue-hot-reload-api' using node v4 #10

Open
Upguard opened this issue Jun 17, 2016 · 6 comments
Open

Error: Cannot find module 'vue-hot-reload-api' using node v4 #10

Upguard opened this issue Jun 17, 2016 · 6 comments
Labels

Comments

@Upguard
Copy link

Upguard commented Jun 17, 2016

I get this when running 'npm run dev' on a cloud9 instance.

@chrisvfritz
Copy link
Contributor

I was unable to reproduce on a fresh cloud9 instance. My guess you may have closed the terminal accidentally during npm install. From the project folder, try rm -rf node_modules, then npm install and npm run dev again.

@chrisvfritz
Copy link
Contributor

Whoops! I missed that this issue was for the browserify template and not webpack. I was just able to reproduce this and am investigating now. 😄

@chrisvfritz chrisvfritz changed the title Error: Cannot find module 'vue-hot-reload-api' Error: Cannot find module 'vue-hot-reload-api' using node v4 Jun 19, 2016
@chrisvfritz
Copy link
Contributor

@Upguard Work will be continued on this problem at vuejs/vueify#46. Thanks for your report and if there's any more information you're able to add, please do. In the meantime, you can:

nvm install stable
nvm use stable
nvm alias default stable
rm -rf node_modules
npm install
npm run dev

@Upguard
Copy link
Author

Upguard commented Jun 19, 2016

Thanks chris!

@gamtiq
Copy link

gamtiq commented Jun 24, 2016

I have got this error with node v5.5.0 and npm v3.3.12.

@chrisvfritz
Copy link
Contributor

Thanks @gamtiq! Can you report that at vuejs/vueify#46? That's where we're trying to consolidate information about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants