• 欢迎光临~

error create-vite@3.0.2: The engine "node" is incompatible with this module. Expected version "^14.18.0 || >=16.0.0". Got "14.16.0" error Found incompatible module.

开发技术 开发技术 2022-08-31 次浏览

error create-vite@3.0.2: The engine "node" is incompatible with this module. Expected version "^14.18.0 || >=16.0.0". Got "14.16.0"
error Found incompatible module.

这时候运行运行一个命令就会正常,这个命令会自动补充兼容所报的错误。

yarn config set ignore-engines true

 

喜欢 (0)