vue node依赖包升级npm i 后报错error minimatch@10.0.3: The engine "node" is incompatible with this module....
解决方案
1,本地node版本可以升级到对应版本
2.忽略包的引擎要求 ------yarn config set ignore-engines true 再接着yarn install
vue node依赖包升级npm i 后报错error minimatch@10.0.3: The engine "node" is incompatible with this module....
解决方案
1,本地node版本可以升级到对应版本
2.忽略包的引擎要求 ------yarn config set ignore-engines true 再接着yarn install