nathanbuchar / electron-settings

📝 A simple persistent user settings framework for Electron.
https://electron-settings.js.org
MIT License
817 stars 60 forks source link

Peer Dependency Electron #128

Closed travisjames closed 4 years ago

travisjames commented 4 years ago

After update to v4, npm keeps throwing the following error, even with electron installed:

"electron-settings@4.0.0 requires a peer of electron@^2.0.0 but none is installed. You must install peer dependencies yourself."

nathanbuchar commented 4 years ago

Whoops, I was accidentally too explicit with the version. I should have used "electron": ">= 2". I'll fix this later today. Sorry bout that, and thank you so much for flagging!