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 77b253d commit 72413b1Copy full SHA for 72413b1
content/techniques/mongo.md
@@ -6,7 +6,6 @@ Start by installing the required dependencies:
6
7
```bash
8
$ npm install --save @nestjs/mongoose mongoose
9
-$ npm install --save-dev @types/mongoose
10
```
11
12
Once the installation process is complete, we can import the `MongooseModule` into the root `AppModule`.
0 commit comments