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 during vue init in _stream_transform.js #536

Closed
Eilie opened this issue Jul 24, 2017 · 5 comments
Closed

Error during vue init in _stream_transform.js #536

Eilie opened this issue Jul 24, 2017 · 5 comments

Comments

@Eilie
Copy link

Eilie commented Jul 24, 2017

Hello,

Trying to initialize new Vuejs project but I'm getting following result:

$ vue init webpack my-project
                     
⠼ downloading template
/.../node_modules/readable-stream/lib/_stream_transform.js:159
  throw new Error('not implemented');
@Eilie
Copy link
Author

Eilie commented Jul 24, 2017

Vue cli version is 2.8.2.

@Eilie
Copy link
Author

Eilie commented Jul 24, 2017

Also for some reason installing vue-cli wasn't enough and I had to additionally install process-nextick-args and buffer-shims because vue-cli complained about those packages as missing.

@posva
Copy link
Member

posva commented Jul 24, 2017

This is not enough information...
Are you using at least node 6?

@Eilie
Copy link
Author

Eilie commented Jul 24, 2017

@posva Using node v8.2.1.

@posva
Copy link
Member

posva commented Jul 24, 2017

I tried with that version and it works nicely
Make sure your installation is right and that you're also using the last version of npm

Searching for the error on google says that you need to clean your node_modules (in this case, that would be the global node_modules

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

No branches or pull requests

2 participants