http://mithuntechnologies.com/
http://mithuntechnologies.co.in/
Install the latest version of Nod Js with below command.
nvm install node Use the latest version of Node JSnvm use nodeInstall the latest LTS version of Node JSnvm install --ltsUse the latest LTS verison of Node JSnvm use --ltsInstall the v10.17.0 version of Node JSnvm install v10.17.0Use the v10.17.0 verison of Node JSnvm use v10.17.0
Run app.js using node v0.10.32
nvm run 0.10.32 app.js
Set default node version on a shell
nvm alias default 0.10.32
Uninstall NVM
To remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)