Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Last active September 18, 2019 14:09
Show Gist options
  • Select an option

  • Save blackymetal/5e6725d566877c5cc99c764a03fceb1d to your computer and use it in GitHub Desktop.

Select an option

Save blackymetal/5e6725d566877c5cc99c764a03fceb1d to your computer and use it in GitHub Desktop.
Installing pirateflix avoiding 404 error from npm
// Based on this https://news.ycombinator.com/item?id=11421509
git clone git@github.com:orinocoz/pirateflix.git
cd pirateflix
npm install
chmod +x bin/cli.js
// Execute client
./bin/cli.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment