INSTALLATION MANUAL
INSTALLATION MANUAL
Requirements
• Node
• Node Version Manager (NVM)
• Yarn
• NPM
• Git
• MongoDB
• Robo 3T Mongo
• cd epat-handover
Environment configuration
To enable the development modes you must go to the config.js file located in the
path lib/1/config.js and alternate between environments.
// Test configuration
config.DEVEL_MODE = false;
config.TEST_MODE = true;
// Local configuration
config.DEVEL_MODE = true;
config.TEST_MODE = false;
Here are the steps to install NVM (Node Version Manager) on Windows:
2. Install NVM
3. Configure NVM
nvm version
node -v