官网信息链接:https://nodejs.org/zh-cn/download/releases/
安装指定版本的npm
npm install -g cnpm --registry=https://registry.npm.taobao.org
node -v
cnpm install npm@8.19.4 -g
npm -v // 查看版本
上一篇:TypeError: Cannot read properties of undefined (reading ‘replace‘)
下一篇:Springboot启动出现Error to process server push response的解决方法