mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

Error when upgrading to Meteor 1.0.4 #45

Closed brg2 closed 9 years ago

brg2 commented 9 years ago
/.meteor/packages/meteor-tool/.1.0.42.1fjh99x++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
W20150317-19:49:12.725(-6)? (STDERR)                        throw(ex);
W20150317-19:49:12.725(-6)? (STDERR)                              ^
W20150317-19:49:12.736(-6)? (STDERR) TypeError: Object [object Object] has no method '_withDb'
W20150317-19:49:12.736(-6)? (STDERR)     at Package (packages/mizzao:sharejs/sharejs-server.coffee:31:16)
W20150317-19:49:12.736(-6)? (STDERR)     at packages/mizzao:sharejs/sharejs-server.coffee:3:1
W20150317-19:49:12.736(-6)? (STDERR)     at packages/mizzao:sharejs/sharejs-server.coffee:3:1
W20150317-19:49:12.736(-6)? (STDERR)     at /home/brett/Sites/drag/.meteor/local/build/programs/server/boot.js:222:10
W20150317-19:49:12.736(-6)? (STDERR)     at Array.forEach (native)
W20150317-19:49:12.737(-6)? (STDERR)     at Function._.each._.forEach (/home/brett/.meteor/packages/meteor-tool/.1.0.42.1fjh99x++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150317-19:49:12.737(-6)? (STDERR)     at /home/brett/Sites/drag/.meteor/local/build/programs/server/boot.js:117:5

My version file is using your package at version # 0.7.1 Also, I tried to bring it up to 0.7.3 but got the following error:

While checking for mizzao:sharejs@0.7.3:
   error: No compatible build found
mizzao commented 9 years ago

Duplicate of #44.

Requires resolution in meteor/meteor#3951 or meteor/meteor#3952.

mizzao commented 9 years ago

You should be able to install 0.7.3 now.