Yashrajsinh Jadeja
Yashrajsinh Jadeja
@trogers1 i was facing the same issue. Just add this script in your *package.json*. `"postinstall": "electron-builder install-app-deps",` Then do `npm run postinstall`. This should rebuild native dependencies. After this change...
Here is my *package.json.* ```json { "dependencies": { "axios": "^0.17.1", "d3": "^4.10.2", "electron-is-dev": "^0.3.0", "electron-updater": "^2.17.6", "mqtt": "^2.15.0", "ncp": "^2.0.0", "react": "^15.6.2", "react-dom": "^15.6.2", "react-notify-toast": "^0.4.0", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2",...
@DonJayamanne can you please have a look at this request and close this by merging it? It contains a very small improvement which is helpful.