megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

(SOLVED) Failed at the phantomjs@1.9.20 install script. #28

Closed rafaelbuiu closed 7 years ago

rafaelbuiu commented 7 years ago

One of the electron-simple-publisher dependencies has a missing dependency on ESP install process.

PhantomJS installation fails when throws this error: Error: Cannot find module 'is-my-json-valid'

The solution is to install the module before trying to install electron-simple-builder npm install --save-dev is-my-json-valid

megahertz commented 7 years ago

I've not seen this problem with phantom, but thanks for the solution.