Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run create-dev-tables throws ReferenceError: createFamilyTable is not defined #3

Open
trgosk opened this issue Jun 2, 2020 · 1 comment

Comments

@trgosk
Copy link

trgosk commented Jun 2, 2020

Hi,

i was following settings steps, but got an error at step "npm run create-dev-tables"

[email protected] create-dev-tables /home/trgo/Transport-Booking-Backend-Api
babel-node ./app/db/dev/dbConnection createAllTables

/home/trgo/Transport-Booking-Backend-Api/app/db/dev/dbConnection.js:152
createFamilyTable();
^

ReferenceError: createFamilyTable is not defined

After commenting row createFamilyTable() all works as expected.
Thank you.

@ivandjoh1980
Copy link

createFamilyTable(); not created yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants