electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 46 forks source link

ipc-main missing? #112

Open infowolfe opened 7 years ago

infowolfe commented 7 years ago

I seem to be having a problem with getting this running due to a missing dependency on ipc-main which isn't in the npmjs repos. Any clues on how to fix it? Thanks in advance.

=> Exited with code: 1

Unable to resolve some modules:

  "ipc-main" in
/Users/ianbateman/Desktop/Orchard/orchard/meteor-app/packages/electron/app/proxyWindowEvents.js
(web.browser)

If you notice problems related to these missing modules, consider running:

  meteor npm install --save ipc-main

Unable to resolve some modules:

  "ipc-main" in
/Users/ianbateman/Desktop/Orchard/orchard/meteor-app/packages/electron/app/proxyWindowEvents.js
(os.osx.x86_64)

If you notice problems related to these missing modules, consider running:

  meteor npm install --save ipc-main