Hexo 安装插件 npm 报错“npm is known not to run on Node.js v10.14.1”如何解决

1
2
3
4
yijile-8:~ root# npm install ******
ERROR: npm is known not to run on Node.js v10.14.1
You'll need to upgrade to a newer Node.js version in order to use this
version of npm. You can find the latest version at https://nodejs.org/

我好久没有安装 Hexo 插件了,npm 和 Node.js 也很久都没有更新了。在安装插件时,提示”npm is known not to run on Node.js v10.14.1“。山崩地裂的感觉,很久没碰 Hexo/npm/Node.js 看到任何问题会头大。上头上头啊。不过这个错误提示解决起来很简单,现在的npm运行需要更高的 Node.js 版本支持,只需要更新 Node.js 的版本就好。

Read More