meteor - Node package dependencies for application -


as meteor 0.6.x introduced support of node packages, still not clear how configure dependency npm package whole application. lets need 'require' node package in server code. how make sure package installed after app deployed somewhere else?

it's easy enough setup package.json file in root of project.

you can find cheatsheet here set 1 up: http://package.json.nodejitsu.com/

under dependencies can specify runtime deps. installed using $ npm install command or # npm -g install in case wnat install them on system rather local project.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -