Memor.の 2013-04-08 23:44 采纳率: 100%
浏览 224
已采纳

安装软件包的以前版本

I used nvm to download node v0.4.10 and installed npm to work with that version of node.

I am trying to install express using

npm install express -g

and I get an error that express requires node version >= 0.5.0.

Well, this is odd, since I am following the directions for a node+express+mongodb tutorial here that used node v0.4.10, so I am assuming express is/was available to node v0.4.10. If my assumption is correct, how do I tell npm to fetch a version that would work with my setup?

转载于:https://stackoverflow.com/questions/15890958/install-a-previous-version-of-a-package

  • 写回答

7条回答 默认 最新

  • 撒拉嘿哟木头 2013-04-09 02:01
    关注

    If you have to install an older version of a package, just specify it

    npm install <package>@<version>
    

    For example: npm install express@3.0.0

    You can also add the --save flag to that command to add it to your package.json dependencies, or --save --save-exact flags if you want that exact version specified in your package.json dependencies.

    The install command is documented here: https://docs.npmjs.com/cli/install

    If you're not sure what versions of a package are available, you can use:

    npm view <package> versions
    

    And npm view can be used for viewing other things about a package too. https://docs.npmjs.com/cli/view

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?

悬赏问题

  • ¥15 拟通过pc下指令到安卓系统,如果追求响应速度,尽可能无延迟,是不是用安卓模拟器会优于实体的安卓手机?如果是,可以快多少毫秒?
  • ¥20 神经网络Sequential name=sequential, built=False
  • ¥16 Qphython 用xlrd读取excel报错
  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输
  • ¥15 stm32代码移植没反应