Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (50.2k points)

How I can check to see if Mongoose installed properly on Mac. I installed mongoose using the following syntax:

sudo npm install -g mongoose

1 Answer

0 votes
by (108k points)

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

Related questions

0 votes
1 answer
asked Feb 14, 2020 in Web Technology by ashely (50.2k points)
0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

Browse Categories

...