---
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`
