Skip to content

The project cannot start after the vue add vue-next command is executed #40

@happyGloria

Description

@happyGloria
  • Dev environment:
  1. vue-cli: @vue/cli 4.4.1
  2. node:v12.18.3
  • Repetition steps:
  1. vue create <project-name>
  2. npm run dev
    result: the project works properly.
  3. vue add vue-next
    result:
    1. "@vue/compiler-sfc"和“vue-cli-plugin-vue-next” added in to package.json

image

  1. fixed: cnpm install -D vue-template-compiler
    ps: I know that this approach is not feasible. The vue-template-compiler is run under vue2.x;
    result: version conflict
    image

Activity

Inna-Alex

Inna-Alex commented on Oct 11, 2020

@Inna-Alex

I have the same problem:
image
What should I do to fix this error?

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

        @happyGloria@Inna-Alex

        Issue actions

          The project cannot start after the `vue add vue-next` command is executed · Issue #40 · vuejs/vue-cli-plugin-vue-next