More nvm love.

This commit is contained in:
Nicolas "Pixel" Noble 2018-05-02 04:11:35 +02:00
parent 727e54ef1b
commit d46556622d
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 10
nvm use 10
npm install -g npm

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 10
nvm use 10
npm install -g npm