node.js - Adding library files in WebStorm IDE -


i running mean (mongodb, express, angularjs, nodejs) project in webstorm ide, have included required library files @ time of starting project.

after including mongodb connection, need include mongoose library in project.

i have searched options given in webstorm ide can't find way.

please tell me way including library files in project using webstorm ide.

webstorm opens folder of file system. click on open , select folder. in order mongoose library, navigate project folder in command prompt and, use

npm install mongoose

this install mongoose in node_modules folder. wherever want use mongoose, require("mongoose").


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -