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.

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

 

posted @ 2022-08-31 15:15  贰号猿  阅读(866)  评论(0)    收藏  举报