Hey! Thank you for this! I tried it on Repl.it, i think we need to add npm i alone as well, because I got:
Error: Cannot find module 'i18n'
With your line of commands. I tried running npm install and it worked.
Hey! Thank you for this! I tried it on Repl.it, i think we need to add `npm i` alone as well, because I got:
```
Error: Cannot find module 'i18n'
```
With your line of commands. I tried running `npm install` and it worked.
mdibaiee
(Migrated from github.com)
reviewed 2019-12-29 10:57:48 +00:00
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```suggestion
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hey i made this which is your library, but with a game selection so that users could try your games.
Hey! Thank you for this! I tried it on Repl.it, i think we need to add
npm ialone as well, because I got:With your line of commands. I tried running
npm installand it worked.