DEV Community

Discussion on: How Create Relationships with Mongoose and Node.js ( with real example )

 
robotfights profile image
Emmanuel

Hi, am having an issue with my mongoose command installation on windows terminal: npm install --save mongoose

each time i try to install i get a node file opened from vnode.exe.

any help would be appreciated

Thread Thread
 
xvoodooxl profile image
Fermin Solis

Just do npm install mongoose, the save is not needed anymore since versiΓ³n 5.x.x I think. Some one correct me if im wrong.