TODO: Write a project description
TODO: Describe the installation process
| <script> | |
| var cacheStatusValues = []; | |
| cacheStatusValues[0] = 'uncached'; | |
| cacheStatusValues[1] = 'idle'; | |
| cacheStatusValues[2] = 'checking'; | |
| cacheStatusValues[3] = 'downloading'; | |
| cacheStatusValues[4] = 'updateready'; | |
| cacheStatusValues[5] = 'obsolete'; | |
| var cache = window.applicationCache; | |
| cache.addEventListener('cached', logEvent, false); |
| $ sudo apt-get purge nodejs && sudo apt-get autoremove && sudo apt-get autoclean | |
| $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash | |
| $ nvm list | |
| $ nvm ls-remote | |
| $ nvm install 6.9.4 | |
| $ nvm use 6.9.4 | |
| $ nvm alias default 6.9.4 | |
| $ node -v |