-
Notifications
You must be signed in to change notification settings - Fork 50
Use different version of electron-prebuilt-compile other than 1.6.11 #33
Comments
Use the npm flag |
Thank you @ibujs . That did the trick. Now I am loading page successfully but i see below error in developers tools conosle. Do i need to change version on electron-compile as well? |
Is |
no it was not installed so i used below command to install it in dev dependencies
is resolved.
still seeing above Failed to parse SourceMap errors |
For the record, you don't need to save What does your |
I am trying to use different version of electron-prebuilt-compile which has chrome version 51. So I am doing npm uninstall first version of electron-prebuilt-compile (1.6.11) and npm install second version (e.g. 1.2.6). I see below error message
my package.json file is attached here
package.txt
is there any documentation around it?
The text was updated successfully, but these errors were encountered: