You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| upgrade to v4 |[docs/CHANGES_4.0.0.md](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md)|
17
+
| upgrade to v4 |[docs/CHANGES_4.0.0.md](https://github.com/mongodb/node-mongodb-native/blob/4.1/docs/CHANGES_4.0.0.md)|
18
18
19
19
### Bugs / Feature Requests
20
20
@@ -34,7 +34,7 @@ For issues with, questions about, or feedback for the Node.js driver, please loo
34
34
35
35
### Change Log
36
36
37
-
Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mongodb-native/blob/4.0/HISTORY.md).
37
+
Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mongodb-native/blob/4.1/HISTORY.md).
38
38
39
39
### Compatibility
40
40
@@ -51,7 +51,7 @@ If you run into any unexpected compiler failures please let us know and we will
51
51
52
52
## Installation
53
53
54
-
The recommended way to get started using the Node.js 4.0 driver is by using the `npm` (Node Package Manager) to install the dependency in your project.
54
+
The recommended way to get started using the Node.js 4.x driver is by using the `npm` (Node Package Manager) to install the dependency in your project.
55
55
56
56
After you've created your own project using `npm init`, you can run:
57
57
@@ -63,6 +63,12 @@ yarn add mongodb
63
63
64
64
This will download the MongoDB driver and add a dependency entry in your `package.json` file.
65
65
66
+
If you are a Typescript user, you will need the Node.js type definitions to use the driver's definitions:
67
+
68
+
```sh
69
+
npm install -D @types/node
70
+
```
71
+
66
72
## Troubleshooting
67
73
68
74
The MongoDB driver depends on several other packages. These are:
0 commit comments