Berny23 / LD-ToyPad-Emulator

Toy Pad Emulator for Lego Dimensions (Unofficial Fan Project)
https://github.com/Berny23/LD-ToyPad-Emulator
MIT License
233 stars 41 forks source link

Errors on Pi Step 3 #109

Closed EtienneGouraige closed 1 year ago

EtienneGouraige commented 1 year ago

Hello, I'm installing the application to my new Pi and I'm running into a 404 error when running the first command.

image

When I complete step 5, nothing happens when I launch "node index.js" and the directory "LD-ToyPad-Emulator" is said to not exist.

image

EtienneGouraige commented 1 year ago

Able to figure it out.

Replace "sudo apt install -y git" in Step 3's command code with the following code:

sudo apt update sudo apt install git