gpdaniels / spike-prime

Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
MIT License
282 stars 39 forks source link

Problems with decompiler: container.sh #23

Closed ddrenteria closed 3 years ago

ddrenteria commented 3 years ago

Hi, I'm having a problem with the container.sh script that I didn't have before and a friend of mine is encountering the same problem. In the past the script used to work correctly but now it looks like is having some problems while initializing the builda.

image

gpdaniels commented 3 years ago

I recommend that you use the python versions, I mainly developed the container script so that I could get a typescript environment working to allow me to port the typescript versions to python.

ddrenteria commented 3 years ago

Thx.