Posts by Júnior Silva • 1 point
1 post
-
0
votes2
answers150
viewsA: I can’t create a Schema in Mongoose
Check the first and last line of your script: In the forefront: import mongoose from 'mongoose'; Change to :const mongoose - require('mongoose') On the last line: export const User =…