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 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:[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 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.
The text was updated successfully, but these errors were encountered:
Hi!
i'm trying to try/use storeness:meteor-postgres but getting problems when trying to install it.
I contacted alasql team and received the folowing reply:
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.
The text was updated successfully, but these errors were encountered: