【发布时间】:2012-02-17 13:45:27
【问题描述】:
在NPM的项目页面上,写着:
You need node v0.6 or higher to run this program.
To install an old and unsupported version of npm that works on node
0.3 and prior, clone the git repo and dig through the old tags and branches
由于某种原因,我必须使用 Node.js 0.2.x,但我不知道应该安装哪个版本的 NPM?正如我尝试过的最新版本,它不适用于 Node.js 0.2.x。
谢谢。
【问题讨论】:
-
我觉得更好的理由是,为什么要使用这么古老的Node版本? SO 社区将能够比尝试让 NPM 使用旧版本更有效地回答这个问题。
标签: javascript node.js npm