系统相关
首页 > 系统相关> > Windows下升级NodeJs

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

标签:node,nodejs,Windows,NodeJs,module,升级,eslint,https,incompatible
来源: https://www.cnblogs.com/bsmn/p/16223221.html