Describe the bug
- Define two NPM Vue components, both of which use codemirro. At the same time, both components use ncu u to upgrade all dependencies
- If two components are introduced into the same project at the same time, an error will be reported. No problem using it alone
Reproduction
- Define two NPM Vue components, both of which use codemirro. At the same time, both components use ncu u to upgrade all dependencies
- If two components are introduced into the same project at the same time, an error will be reported.
System Info
mac
"vue-codemirror": "^6.1.1"
"codemirror": "^6.0.1"
Used Package Manager
npm
Validations