欢迎各位兄弟 发布技术文章
这里的技术是共享的
$ yarn install
yarn install v1.21.0
$ node ./tools/npm/check-npm.js
[1/5] Validating package.json...
error components-srcs@9.0.0-rc.4: The engine "node" is incompatible with this module. Expected version "^12.0.0". Got "10.16.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
遇到如题报错信息,允许如下命令解决
yarn install --ignore-engines
来自 https://blog.csdn.net/z2181745/article/details/81978117