meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

simple:pg package missing #16

Closed tamino-martinius closed 8 years ago

tamino-martinius commented 8 years ago

It seems like this package doesn't exist anymore when i try to start the todos sample

While selecting package versions:
error: unknown package in top-level dependencies: simple:pg
tamino-martinius commented 8 years ago

Just found them in the packages folder =/

Slava commented 8 years ago

yeah, because of the changes we made to the accounts package, right now the best way to use the packages is to load them in a local folder.

yoonghm commented 8 years ago

How do you copy the package simple.pg into my own meteor app?

rclai commented 8 years ago

Put all of these folders into your meteor app's packages folder.

yoonghm commented 8 years ago

I had it fixed by changing PACKAGE_DIRS. Thanks.