there is a problem with mongoose
const mongoose = require('mongoose')
mongoose.connect(process.env.DB_URI).then(() => {
console.log('connected')
})
Unresolved function or method connect()
the aplication runs but i keep getting the error
Please sign in to leave a comment.
The issue is tracked at https://youtrack.jetbrains.com/issue/WEB-54904/Mongoose-properties-added-via-module-augmentation-in-dts-files-not-resolved, please follow it for updates