0
点赞
收藏
分享

微信扫一扫

error The engine “node“ is incompatible with this module. Expected version “^12.20.0 || >=14“. Got “

error commander@9.0.0: The engine "node" is incompatible with this module. Expected version "^12.20.0 || >=14". Got "10.21.0"

error The engine “node“ is incompatible with this module. Expected version “^12.20.0 || >=14“. Got “_javascript

解决方案:

yarn config set ignore-engines true

​yarn config set ignore-engines true​​ is a one time fix for the "the engine node is incompatible with this module" problem。

​​https://classic.yarnpkg.com/en/docs/cli/install/​​

error The engine “node“ is incompatible with this module. Expected version “^12.20.0 || >=14“. Got “_javascript_02

echo hello CODING
pwd
ls
npm -v
yarn config set ignore-engines true
yarn -v
yarn
ls
ls
echo 'install success'
yarn build:test
echo 'build success'
cd build
tar -zcvf test.tar.gz test
echo 'tar succcess'
ls
pwd


举报

相关推荐

0 条评论