yarn install报错

2023-12-27 14:56:17

yarn install报错?The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "12.10.0"

error jest@27.5.1: The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "12.10.0"
error Found incompatible module.

执行以下代码即可

yarn config set ignore-engines true

?运行结果如下

[4/4] Building fresh packages...
success Saved lockfile.
$ opencollective-postinstall
Thank you for using vue-antd-pro!
If you rely on this package, please consider supporting our open collective:
> https://opencollective.com/ant-design-pro-vue/donate

Done in 131.67s.

文章来源:https://blog.csdn.net/qq_35573326/article/details/135243587
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。