ottomated / turtle-gambit

[OLD] code to connect to minecraft turtles
234 stars 64 forks source link

im #15

Open fidgetice opened 3 years ago

fidgetice commented 3 years ago

i try runing yarn in frontend and it returns with [1/4] Resolving packages... [2/4] Fetching packages... error Couldn't find the binary git info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. i ran yarn in master and it installed and yarn dev doesnt work in master. i ran yarn dev in frontend after installing yarn in master and the output is this $ next 'next' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Myoozik commented 3 years ago

Make sure you have npm and yarn installed. Once you have done that, run npm install in both directories to install the dependencies.