noahlange / homebrewery-electron

Electron port of Natural Crit's Homebrewery app.
10 stars 6 forks source link

NPM build error in newer versions of NPM #11

Open matthewlewis112 opened 2 years ago

matthewlewis112 commented 2 years ago

npm install fails while resolving react@"^16.0.0" and other dependencies. For now, can be worked around by running: npm install --legacy-peer-deps instead of npm install