aebabis / factorio-state-machine

MIT License
15 stars 8 forks source link

unable to use number signals #30

Open lovelybagel opened 3 years ago

lovelybagel commented 3 years ago

signals like signal_5 and such don't work? I couldn't get the project to build on my local machine (dont have experience with web stuff) but I think a small change to the grammar would fix this? Any tips for building the project so i can test this?

aebabis commented 3 years ago

Hi, reallonelybagel. I had the same problem the last time I tried to fix something. It looks like this project was made before package.lock files were a thing, so the problem is probably a dependency that was automatically upgraded and shouldn't have been. Unfortunately, I don't have time to troubleshoot right now, but if you know anyone who is, I'll make time to read their PR.

The fix would probably involve adding the dependencies back in one at a time. The good news is that the actual compiler is loosely-coupled, so in theory it would just be an afternoon project.