meteor-file
meteor-file copied to clipboard
Error "no such package: 'spark'" when adding to 0.8.3
The package doesn't seem to be compatible with Meteor v0.8.3. Bummer, wanted to fiddle with it to get a better understanding of packages.
$ mrt add meteor-file
✓ meteor-file
tag: https://github.com/EventedMind/meteor-file.git#v0.0.7
Done installing smart packages
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
=> Errors while scanning packages:
While building package `meteor-file`:
error: no such package: 'spark'
Oops haven't visited this in a while but I thought someone had converted it to use Blaze? That would be a cool project if someone wants to take it on. I'll revisit later if I end up doing it.
On Aug 25, 2014, at 9:53 AM, Rijk van Wel [email protected] wrote:
The package doesn't seem to be compatible with Meteor v0.8.3. Bummer, wanted to fiddle with it to get a better understanding of packages.
$ mrt add meteor-file ✓ meteor-file tag: https://github.com/EventedMind/meteor-file.git#v0.0.7
Done installing smart packages
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
=> Errors while scanning packages:
While building package
meteor-file
: error: no such package: 'spark' — Reply to this email directly or view it on GitHub.
Thanks, that would be great. I'm trying to build something that pipes uploads to the Wistia API, but am still getting started with Meteor and the whole file handling process is a little daunting.. Especially looking at a monstrous package like collectionFS. So I was looking for something small to fiddle around with — this would be excellent for it (if it worked :) )
By the way, thanks for your awesome tutorials :+1: