UNPKG
nestjs-typegoose
Version:
latest (7.1.38)
7.1.38
7.1.37
7.1.36
7.1.35
7.1.34
7.1.33
7.1.32
7.1.31
7.1.30
7.1.29
7.1.28
7.1.27
7.1.26
7.1.25
7.1.24
7.1.23
7.1.22
7.1.21
7.1.20
7.1.19
7.1.18
7.1.17
7.1.16
7.1.15
7.1.14
7.1.13
7.1.12
7.1.11
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
6.0.0
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A nestjs module wrapper for typegoose
github.com/kpfromer/nestjs-typegoose
kpfromer/nestjs-typegoose
nestjs-typegoose
/
website
/
docs
/
faq.md
9 lines
(6 loc)
•
210 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
---
id:
faq
title:
FAQ
---
## 'useNewUrlParser' does not exist in type 'TypegooseConnectionOptions'
**A:**
Make
sure
that
you
have
the
typings
for
mongoose
installed.
`npm
install
--save-dev
@types/mongoose`