Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1237

Update the older driver version installation guide to specify version

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.2.34
    • Affects Version/s: 2.2.33
    • Component/s: None
    • Labels:
      None

      The guide to install MongoDB Node.js driver on earlier versions need to specify version number:

      http://mongodb.github.io/node-mongodb-native/2.2/installation-guide/installation-guide/#mongodb-driver

      npm install mongodb --save
      

      Should be something as below:

      npm install mongodb@2.2 --save
      

      Without version number specified, the command will download the latest package version v3.+ which is not backward compatible to v2.
      i.e. if someone would follow the installation/tutorial guide they would encounter issues

            Assignee:
            Unassigned Unassigned
            Reporter:
            wan.bachtiar@mongodb.com Wan Bachtiar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: