Windows下升级NodeJs

问题描述

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

error @typescript-eslint/[email protected]: 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