步骤

npm cache clean -f

清除缓存。

npm install -g n -force

n:n模块专门用来管理nodejs的版本。

-force:没加可能会报错,如下。

报错:npm ERR! notsup Unsupported platform for n@2.1.8: wanted {"os":"!win32","arch":"any"} (current: {"os":"win32","arch":"x64"})

n stable

报错:'"bash"' 不是内部或外部命令,也不是可运行的程序或批处理文件。

解决方法:

  1. 在GitHub官网,搜索gnvm,下载,放在node.js的安装目录下。
    (gnvm下载地址)[https://github.com/Kenshin/gnvm]
  2. 打开cmd命令行窗口,输入:
gnvm update latest

等待更新,当然也可以直接覆盖。

建议:简单粗暴的升级

重新下载新版本(LTS版本.zip)的NodeJS,解压后覆盖掉原来的。

查看版本号:

node -v