We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fb19e commit 7b36a4aCopy full SHA for 7b36a4a
content/techniques/mongo.md
@@ -5,7 +5,7 @@ Nest supports two methods for integrating with the [MongoDB](https://www.mongodb
5
Start by installing the [required dependencies](https://github.com/Automattic/mongoose):
6
7
```bash
8
-$ npm install --save @nestjs/mongoose mongoose
+$ npm i @nestjs/mongoose mongoose
9
```
10
11
Once the installation process is complete, we can import the `MongooseModule` into the root `AppModule`.
0 commit comments