JoelEinbinder / snail

MIT License
70 stars 1 forks source link

fix: `electron-rebuild` renamed to `@electron/rebuild` #13

Closed vladdoster closed 11 months ago

vladdoster commented 11 months ago

Cool project. Was this influenced by https://www.warp.dev?


Thought this was needed, but issue turned out to be cached node-gyp versions conflict resolved via:

npm install --no-global

before

Screenshot 2023-10-31 at 7 40 23 PM

after

Screenshot 2023-10-31 at 8 16 36 PM
JoelEinbinder commented 11 months ago

It turns out electron-rebuild hasn't been used for awhile, so I just removed it. Thanks for the PR!

Cool project. Was this influenced by https://www.warp.dev?

Thanks! I have only had heard of warp about a year into making this. I haven't looked to closely at them but aside from some feature overlap I think they have different goals for their app.