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
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.