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
本文来自博客园,作者:白首码农,转载请注明原文链接:https://www.cnblogs.com/bsmn/p/16223221.html