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'm trying to run a headless Meteor process, so without the web interface. To this end I removed the meteor-platform package and manually added the underscore, random, ejson, check, mongo, ddp and meteor packages. However, this doesn't work with node-ddp-client as the connected callback is never called.
Any idea why the ddp package by itself doesn't suffice for node-ddp-client to connect?
The text was updated successfully, but these errors were encountered:
I'm trying to run a headless Meteor process, so without the web interface. To this end I removed the
meteor-platform
package and manually added theunderscore
,random
,ejson
,check
,mongo
,ddp
andmeteor
packages. However, this doesn't work withnode-ddp-client
as the connected callback is never called.Any idea why the
ddp
package by itself doesn't suffice fornode-ddp-client
to connect?The text was updated successfully, but these errors were encountered: