Closed danbartram closed 10 years ago
Hey, npm should install everything when you type npm install
. If there are missing packages (could happen by accident) let me know, or install them with npm install --save <package name>
(this will add them to package.json).
It'd be cool to be able to separate the installer script into different parts later on.
Such as: INSTALL_NODE_MODULES INSTALL_MONGO INSTALL_WHATEVER_ELSE
all enclosed in one INSTALL script, to make it easier to tweak/manage