Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mongoose for Heroku Deployment #99

Open
baristikir opened this issue Mar 18, 2021 · 0 comments
Open

Update Mongoose for Heroku Deployment #99

baristikir opened this issue Mar 18, 2021 · 0 comments

Comments

@baristikir
Copy link

Recently I was facing some issues at deploying the server to Heroku because of type errors inside the built node_modules folder.
These errors were specifically for mongoose but since I have updated the package and removed @types/mongoose (which isn't needed anymore with newer versions) everything worked fine and my build was successful.

https://developer.mongodb.com/community/forums/t/schema-error-while-running-backend-server-nestjs-angular/12440/3

Build Error by Heroku:

Error TS6200 & Error TS2403: Definitions of the following identifiers conflict with those in another file...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant