Minorly upgrading project to run with recent node, slight dep change,…#120
Minorly upgrading project to run with recent node, slight dep change,…#120Pysis868 wants to merge 1 commit intojonbarrow:masterfrom
Conversation
… and integration explicitly turned on. Eliminates primordials and boot stuck errors.
|
My workflow: Had node v10... > npm i > npm cache clean --force > rm -rf node_modules package-lock.json > node -v > npm -v > electron . App threw an error during load > npm ls 'graceful-fs' | grep 'graceful-fs' | sed -r 's|^\W*||g' | cut -d' ' -f1 | sort | uniq > read query; npm ls "$query" mafintosh/prebuildify-ci#5 (comment) > npm remove unzip > npm add unzipper > grep -ER --exclude-dir='node_modules' "require.*?unzip" . .../app/wrapper/index.html https://stackoverflow.com/a/55908510/1091943 |
|
Gets most of the way booting now. Probably still more errors like after the wizard going back to manage cemu installs, maybe even the first time since it seems mine was not saved. |
|
Yo, very nice of you updating this 👍. |
… and integration explicitly turned on.
Eliminates primordials and boot stuck errors.