Skip to content

Instantly share code, notes, and snippets.

@technicool
Created April 5, 2016 17:39
Show Gist options
  • Save technicool/7b94467be1f4e79cc53f52492cb9337c to your computer and use it in GitHub Desktop.
Save technicool/7b94467be1f4e79cc53f52492cb9337c to your computer and use it in GitHub Desktop.
NPM Issues on April 4'th

First, run a new isolated container:

docker run --rm -it ubuntu bash

Now, setup npm and try to install package:

apt-get update && apt-get install -y npm
npm install grunt

You might see some funky garbage in your terminal window. Sometimes, it will hang, so expect to kill your session out of band.

Any thoughts?

@technicool
Copy link
Author

Fancy! Guess we will be updating projects today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment