[Vuejs]-Trying to use mongoose with vue and getting error

3👍

Mongoose is not a frontend library, it can not be used with Vue. It relies on Node.js functionality which doesn’t exist in the browser. Mongoose is only meant to be used on a backend Node.js server.

👤yoduh

Leave a comment