Trying to use patchcore in dark-crystal-standalone and it seems pull-pause is no longer listed as a dependency.
Error: Cannot find module 'pull-pause'
at Module._resolveFilename (module.js:543:15)
at Function.Module._resolveFilename (/home/kyphae/Projects/dark-crystal-standalone/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:473:25)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/kyphae/Projects/dark-crystal-standalone/node_modules/patchcore/lib/pullLookup.js:4:17)
at Object.<anonymous> (/home/kyphae/Projects/dark-crystal-standalone/node_modules/patchcore/lib/pullLookup.js:45:3)
at Module._compile (module.js:642:30)
at Object.Module._extensions..js (module.js:653:10)
at Module.load (module.js:561:32)
I've added it back in as a dependency, but I'm not sure what the decision was re: why this was removed. Anyway, opened a PR here: https://github.com/ssbc/patchcore/pull/82
Trying to use
patchcore
indark-crystal-standalone
and it seemspull-pause
is no longer listed as a dependency.I've added it back in as a dependency, but I'm not sure what the decision was re: why this was removed. Anyway, opened a PR here: https://github.com/ssbc/patchcore/pull/82