简体   繁体   中英

Which version of NPM works for Node.js 0.2.6

On the project page of NPM, it reads:

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

For some reason I have to use Node.js 0.2.x, but I have no idea which version of NPM should I install? As I've tried the latest, and it didn't work for Node.js 0.2.x.

Thanks.

npm version 0.2.19 is the last one that works with node 0.2.

Don't use it. It's terrible. Upgrade node.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM