elm-electron-webpack icon indicating copy to clipboard operation
elm-electron-webpack copied to clipboard

Update Webpack instructions to accommodate new rules

Open MainShayne233 opened this issue 7 years ago • 0 comments

First off, thank you so much for this guide! I found it incredibly helpful with setting up an Electron + Elm app.

Faced a few issues with some of the webpack steps, and wanted to help anyone else from tripping over them.

Also removed sudo from the npm install calls since it is ill- advised:

If you get an EACCES error, you should fix your permissions. You could also try using sudo, but this should be avoided

MainShayne233 avatar Aug 30 '17 02:08 MainShayne233