kuali / research-coi

GNU Affero General Public License v3.0
2 stars 3 forks source link

error when seeding #2

Closed kgeis closed 8 years ago

kgeis commented 8 years ago

When seeding the database, I get the error:

ReferenceError: Promise is not defined
    at insertInitialArchiveConfig (/opt/phoebe/research-coi-1.0.1/db/migration/seeds/A.js:282:10)
    at Promise.all.then.then.then.then.then.then.then.then.then.then.then.disclosures (/opt/phoebe/research-coi-1.0.1/db/migration/seeds/A.js:519:12)
iambrandonn commented 8 years ago

It looks like you're using an old version of Node. You'll want to be on at least v0.12.7. The next release will have updated docs stating such.

kgeis commented 8 years ago

Indeed, I am on an OS vendor package of v0.10.40. Thanks for the info.