Back
How I can check to see if Mongoose installed properly on Mac. I installed mongoose using the following syntax:
sudo npm install -g mongoose
To check the mongoose module simply find the version with the help of the following syntax:
npm list mongoose
And to check globally, refer the following syntax:
npm list -g mongoose
31k questions
32.8k answers
501 comments
693 users