Windows下升级NodeJs

问题描述

有段时间没玩,在创建react项目时,报如下错误

error @typescript-eslint/eslint-plugin@5.22.0: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.15.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

解决方案

在nodejs官网下载nodejs再次安装下即可

https://nodejs.org/zh-cn/download/

查看nodejs的版本号

node -v

posted on 2022-05-05 06:54  白首码农  阅读(102)  评论(0编辑  收藏  举报