-
Notifications
You must be signed in to change notification settings - Fork 152
Cannot find module 'vueify/node_modules/vue-hot-reload-api' #93
Comments
We are experiencing the same issue. |
Confirmed; same issue here on Reverting back to |
Fixed in 8.5.4 |
Still an issue for me. Using Work around was to install vue-hot-reload-api manually |
Still an issue for me too :( Using But if you install vue-hot-reload-api manually, the transpiling isn't working with Vue Components :/ |
Same error @coderdiaz Using dist/build.js generated but Vue componets doesn't work. |
Same error in 8.7.0 Reverting to 8.5.2 worked |
@john-harding Confirmed on my end too. Although this problem gave me the opportunity to switch to weback. :D |
Same issue for me with [email protected]. Using with [email protected] |
same issue on [email protected] |
When running browserify with vueify it errors out missing
vue-hot-reload-api'
.How I got there:
If I then install vueify with
--legacy-bundling
it works fine.Here is a repo that reproduces the problem as simply as I can make it https://github.com/davidrjonas/vueify-error
The text was updated successfully, but these errors were encountered: