cfs:gridfs on raspberry => Errors while adding packages
I'm trying to add cfs:gridfs on a raspberry but I get this error.
=> Errors while adding packages:
While checking for cfs:[email protected]: error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
I think thats because meteor builds for linux are for x86_32 and x86_64 platforms (so meteor package binaries building for thats platforms too). Try use emulator or build this package yourself (you need rebuild all binary files). Are you have same error when you run your application bundle?
And I forget to say, that cfs:gridfs have no binaries, but it depends on two npm packages ("gridfs-stream" and "mongodb"), you need rebuild that packages.
I was reading issue 493 and tried everything listed under comment 168935352.
I tried doing the following, and got the following output:
$ meteor create cfstest
Created a new Meteor app in 'cfstest'.
$ cd cfstest
$ meteor add cfs:standard-packages
Changes to your project's package version selections:
cfs:access-point added, version 0.1.49
cfs:base-package added, version 0.0.30
cfs:collection added, version 0.5.5
cfs:collection-filters added, version 0.2.4
cfs:data-man added, version 0.0.6
cfs:file added, version 0.1.17
cfs:http-methods added, version 0.0.30
cfs:http-publish added, version 0.0.13
cfs:power-queue added, version 0.9.11
cfs:reactive-list added, version 0.0.9
cfs:reactive-property added, version 0.0.4
cfs:standard-packages added, version 0.5.9
cfs:storage-adapter added, version 0.2.3
cfs:tempstore added, version 0.1.5
cfs:upload-http added, version 0.0.20
cfs:worker added, version 0.1.4
mongo-livedata added, version 1.0.9
raix:eventemitter added, version 0.1.3
cfs:standard-packages: Filesystem for Meteor, collectionFS
$ meteor add cfs:gridfs
=> Errors while adding packages:
While checking for cfs:[email protected]:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
I'm willing to do the work required to compile a binary for the Raspberry Pi3, but I'd need some direction from somebody who knows what they are doing to get this working.
Is somebody willing to help me develop a workaround here?
Thanks, -Jeremy