Skip to content

Error during vue init in _stream_transform.js #536

Closed
@Eilie

Description

@Eilie

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');

Activity

Eilie

Eilie commented on Jul 24, 2017

@Eilie
Author

Vue cli version is 2.8.2.

Eilie

Eilie commented on Jul 24, 2017

@Eilie
Author

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

posva commented on Jul 24, 2017

@posva
Member

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

Eilie

Eilie commented on Jul 24, 2017

@Eilie
Author

@posva Using node v8.2.1.

posva

posva commented on Jul 24, 2017

@posva
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @posva@Eilie

        Issue actions

          Error during vue init in _stream_transform.js · Issue #536 · vuejs/vue-cli