Skip to content

vue-loader install wrong version #6838

@kuikuiGe

Description

@kuikuiGe

Version

5.0.0-rc.1

Steps to reproduce

I need install the following vue-loader but cause error:

"devDependencies": {
     "vue-loader": "15.9.8",
}

What is expected?

should install vue-loader@15.9.8

What is actually happening?

sometimes install v15.9.8,sometimes install v16.8.3 that the latest version


the version of vue-loader is affected the @vue/cli-service version:

"dependencies": {
     "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
     "vue-loader": "^16.8.2", // because this line
}

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

    Issue actions