You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
it was enough to do
npm i pull-pause
and re-runnpm 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 forpython2
. i fixed that by disabling the python version manager and going back to the defaultpython
, but wanted to point this out as well aspython2
is withering away.appreciate your work!
The text was updated successfully, but these errors were encountered: