最新消息: 电脑我帮您提供丰富的电脑知识,编程学习,软件下载,win7系统下载。

如何将Nodejs 8.x版本更改为Nodejs 6.x版本?

IT培训 admin 7浏览 0评论

如何将Nodejs 8.x版本更改为Nodejs 6.x版本?

我正在Flatiron学校学习JavaScript。当我在IDE中的JavaScript部分打开实验室时,它说:

The engine "node" is incompatible with this module.   
Expected version "6.x". Got "8.15.0"

如何将我的node.js版本从8.x更改为6.x?

回答如下:

要降级使用版本是您需要的节点版本

npm install node@<version>

如何将Nodejs 8.x版本更改为Nodejs 6.x版本?

我正在Flatiron学校学习JavaScript。当我在IDE中的JavaScript部分打开实验室时,它说:

The engine "node" is incompatible with this module.   
Expected version "6.x". Got "8.15.0"

如何将我的node.js版本从8.x更改为6.x?

回答如下:

要降级使用版本是您需要的节点版本

npm install node@<version>
发布评论

评论列表 (0)

  1. 暂无评论