Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module 'pull-pause' #16

Open
sonn-gamm opened this issue Aug 16, 2019 · 0 comments
Open

Error: Cannot find module 'pull-pause' #16

sonn-gamm opened this issue Aug 16, 2019 · 0 comments

Comments

@sonn-gamm
Copy link

hi!

i came across the dark crystal standalone version and was excited to try it out. after installation, upon running it i got the following error

Error: Cannot find module 'pull-pause'
    at Module._resolveFilename (module.js:543:15)
    at Function.Module._resolveFilename (/Users/<>/dark-crystal/node_modules/electron/dist/Electron.app/Contents/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> (/Users/<>/dark-crystal/node_modules/patchcore/lib/pullLookup.js:4:17)
    at Object.<anonymous> (/Users/<>/dark-crystal/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)

it was enough to do npm i pull-pause and re-run npm start to make it work!

ps. as I set python3.7 as my default python, while compiling the app (npm install) i came across another error where node install was trying to lookup for python2. i fixed that by disabling the python version manager and going back to the default python, but wanted to point this out as well as python2 is withering away.

appreciate your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant