Last active
May 8, 2018 15:03
-
-
Save morgenfriedel/7d25e978e6e54e9563b3f68aff543cf8 to your computer and use it in GitHub Desktop.
Install npm, node, and webpack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
sudo apt update | |
sudo apt install nodejs npm -y | |
sudo npm cache clean -f | |
sudo npm i -g n webpack | |
sudo n 6.10.2 | |
sudo ln -sf /usr/local/n/versions/node/6.10.2/bin/node /usr/bin/node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment