Abillity for people to run on repl.it #9

Merged
AllAwesome497 merged 2 commits from replit-readme into master 2020-02-16 08:32:52 +00:00
AllAwesome497 commented 2019-12-10 02:01:11 +00:00 (Migrated from github.com)

Hey i made this which is your library, but with a game selection so that users could try your games.

Hey i made this which is your library, but with a game selection so that users could try your games.
mdibaiee commented 2019-12-29 10:57:28 +00:00 (Migrated from github.com)

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
mdibaiee (Migrated from github.com) commented 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" ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thereadme/node-console-games#9
No description provided.