Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Node version #46

Open
FWSimon opened this issue Jan 4, 2016 · 6 comments
Open

Node version #46

FWSimon opened this issue Jan 4, 2016 · 6 comments

Comments

@FWSimon
Copy link

FWSimon commented Jan 4, 2016

Hi all,

Where can i see what Node version Vueify requires?

on node v4.2.1 it fails with

'browserify' errored after 420 ms
Error: Cannot find module 'vueify'
@yyx990803
Copy link
Member

It should work properly on Node 4. Looks like your vueify isn't even installed. Take a look at your npm list.

@FWSimon
Copy link
Author

FWSimon commented Jan 5, 2016

@yanxyz When im using https://github.com/creationix/nvm to change the version to node 5 it works but if i change to 4.2.1 it keep saying that error, and im sure that module it installed.
Hmm

@simplesmiler
Copy link
Member

Hit a similar problem, this might be related to npm 3.

@chrisvfritz
Copy link

Not sure if this is a similar problem to vuejs-templates/browserify#10. It also looks like #93, except the error is:

Cannot find module 'vue-hot-reload-api' from '/home/ubuntu/workspace/browserify-testing/src'

Note the /src at the end, which wasn't in reports for #93. Fortunately, this is easily reproduced in a new cloud9 instance, which defaults to node v4.4.5. I confirmed that the problem remains with both NPM 2.x and 3.x, but is resolved by upgrading to node v5(.11.1 to be exact).

@tinnvec
Copy link

tinnvec commented Jun 22, 2016

I can confirm what @chrisvfritz mentioned, with the addition that the current 'latest' version of node (6.2.2) has a similar problem. Can also confirm everything works as it should with node v5.11.1

@gamtiq
Copy link

gamtiq commented Jun 24, 2016

When trying to use browserify vuejs template on Windows I have got the following error after I do npm run dev:

Error: Cannot find module 'vue-hot-reload-api' from …

I use node v5.5.0 and npm v3.3.12.

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

No branches or pull requests

6 participants