mongodb - How to install mongoose driver on nodejs? -


i have started working nodejs. java script newbie. have nodejs , mongodb running on ubuntu. downloaded mongoose driver. install using npm or copy mongoose folder has js files nodejs lib folder? links tutorials start working driver me lot.

regards, lalith

here's extensive walkthrough: http://dailyjs.com/2011/02/07/node-tutorial-12/

seems recent.

according learnboost's github site, suggested method installation use npm.

https://github.com/learnboost/mongoose/

$ npm install mongoose


Comments

Popular posts from this blog

java - netbeans "Please wait - classpath scanning in progress..." -

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -