Robinfr / electron-react-typescript

Electron boilerplate with React, Redux, and TypeScript
MIT License
432 stars 85 forks source link

libpng #4

Closed MarkRabey closed 6 years ago

MarkRabey commented 6 years ago

First of all, great project! Saved me lots of time, and seems much better so far than other similar projects I've looked at.

I did, however, run into one minor issue. When running npm run start-dev I received an error that libpng was missing. I fixed it easily with brew install libpng, but you should probably note in the README or something that it is required.

muhajirdev commented 6 years ago

Also had same issue. And fixed with the same solution. I agree with @MarkRabey , I think we should put this on README.md