npm v3.10 - ◾
npm install -g npm
# Downgrade to a specific version
npm install -g npm@6
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <h1>Map example</h1> | |
| <div style="height: 500px;width: 100%" id="map-canvas"></div> |
npm install -g npm
# Downgrade to a specific version
npm install -g npm@6
| #!/bin/sh | |
| # Install node and npm via nvm - https://github.com/nvm-sh/nvm | |
| # Run this script like - bash script-name.sh | |
| # Define versions | |
| INSTALL_NODE_VER=24 | |
| INSTALL_NVM_VER=0.40.4 |