storeness / meteor-postgres

Postgres Collections for Meteor
48 stars 7 forks source link

Problem on installing storeness:meteor-postgres #15

Open maiardm opened 7 years ago

maiardm commented 7 years ago

Hi!

i'm trying to try/use storeness:meteor-postgres but getting problems when trying to install it.

C:\radar>meteor add storeness:meteor-postgres
 => Errors while adding packages:

While checking for **agershun:alasql@0.2.9**:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

I contacted alasql team and received the folowing reply:

To get started import AlaSQL from NPM in your code

import alasql from 'alasql'; Now you can query directly on Meteor Collections with the alasql function:

Im not expert in the Meteor system, but imagine you have to do a npm install alasql before...

Well, i did this and alasql (under npm) was updated to 0.3.3 version, but the error keeped on.

Perhaps a little update is necessary in storeness:meteor-postgres to change it's dependencies, since the agershun:alasql module isn't available any more.

Thank you.

juanslingerURUIT commented 7 years ago

I´m having the same problem and as I can see, you didn´t have any answer.

Hope this is fixed or we have any answer quickly.