frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
643 stars 147 forks source link

Updated a few things I ran into with deps #54

Closed minimallyexceptional closed 8 months ago

minimallyexceptional commented 8 months ago

On fresh install on my machine I ran into a few issues.

The types were missing for body-parser and I had a weird issue where the node fetch types were trying to pull the same version number as the node-fetch library, but it didn't exist.

2.6.6 is the latest and seems to work fine for me. Not sure what happened there, they may have changed their versioning scheme or something.

This got me up and running again

frankhale commented 8 months ago

Thank you for the updates!!!