Installing multiple npm versions

后端 未结 3 2050
说谎
说谎 2021-02-12 12:59

Is it possible to install multiple versions of npm for different projects that I am working on or are the npm installations always global? (Windows 10)

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-12 13:30

    You also can install npm using npm

    Example of installing specific version:

    npm i -g npm@3.5.4

提交回复
热议问题