Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何安装Node.js的早期版本?_Node.js - Fatal编程技术网

如何安装Node.js的早期版本?

如何安装Node.js的早期版本?,node.js,Node.js,我是Node.js的新手。该项目我将使用4.2.6版本的工作。我不知道如何在我的本地机器上安装这个版本(它的Windows 10 64位)。我尝试浏览到以前的版本,但那里没有安装程序 4.3.1中Nodejs.org上的当前Windows安装程序 安装程序就在那里,名为。您可以使用节点版本管理。例如: > nodist + v4.2.6 # Just checks, if the version is installed and downloads it if not.

我是Node.js的新手。该项目我将使用4.2.6版本的工作。我不知道如何在我的本地机器上安装这个版本(它的Windows 10 64位)。我尝试浏览到以前的版本,但那里没有安装程序


4.3.1中Nodejs.org上的当前Windows安装程序

安装程序就在那里,名为。

您可以使用节点版本管理。例如:

> nodist + v4.2.6
# Just checks, if the version is installed and downloads it if not.