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
Your app looks like it's promising to be finally an easy way to implement electron for meteor. I gave it a shot on a freshly installed meteor application and got this error:
Error: Cannot find module 'internal/util/types'
at Function.Module._resolveFilename (module.js:538:15)
at Function.Module._load (module.js:468:25)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at evalmachine.:31:26
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/node_modules/graceful-fs/graceful-fs.js:3:27)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/lib/json.js:1:10)
The text was updated successfully, but these errors were encountered:
Your app looks like it's promising to be finally an easy way to implement electron for meteor. I gave it a shot on a freshly installed meteor application and got this error:
/Users/mjc/.meteor/packages/meteor-tool/.1.6.1.zzeblv++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
throw(ex);
^
Error: Cannot find module 'internal/util/types'
at Function.Module._resolveFilename (module.js:538:15)
at Function.Module._load (module.js:468:25)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at evalmachine.:31:26
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/node_modules/graceful-fs/graceful-fs.js:3:27)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/Users/mjc/.meteor/packages/meson_electron/.0.1.3.7v9ufy.s09h++os+web.browser+web.cordova/npm/node_modules/electron-packager/node_modules/asar/node_modules/mksnapshot/node_modules/fs-extra/lib/json.js:1:10)
The text was updated successfully, but these errors were encountered: