Last active
September 18, 2019 14:09
-
-
Save blackymetal/5e6725d566877c5cc99c764a03fceb1d to your computer and use it in GitHub Desktop.
Installing pirateflix avoiding 404 error from npm
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
| // 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