yarn error [email protected]: The engine "node" is incompatible with this module. Expected version

問題:rax項目執行yarn 時報錯

[1/4] ?  Resolving packages...
[2/4] ?  Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 < 7.0.0 || >= 8.9.0". Got "8.3.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
`yarn install` failed

解決方法:加 --ignore-engines
yarn --ignore-engines

➜  hello-world yarn --ignore-engines
yarn install v1.12.1
warning package.json: No license field
info No lockfile found.
warning [email protected]: No license field
[1/4] ?  Resolving packages...
[2/4] ?  Fetching packages...
[3/4] ?  Linking dependencies...
warning "rax-scripts > [email protected]" has incorrect peer dependency "rax@^0.6.5".
[4/4] ?  Building fresh packages...
success Saved lockfile.
✨  Done in 29.01s.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章