We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On heroku I'm getting this error of module exports inside circular dependency. It appears to work locally though.
It never actually runs the migrations.
Any ideas?
$ heroku run sequelize db:migrate Running sequelize db:migrate on ⬢ trendmobile... up, run.8730 (Hobby) Sequelize CLI [Node: 14.0.0, CLI: 5.5.1, ORM: 5.21.6] (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency (node:4) Warning: Accessing non-existent property '__esModule' of module exports inside circular dependency Loaded configuration file "database/config/config.js". Using environment "production".
The text was updated successfully, but these errors were encountered:
happens also for me with Node 14... with Node 12.x it works fine
Sorry, something went wrong.
same issue here with node 14
This is a problem with node 14 - nodejs/node#33048 It has been fixed and will be released as part of the 14.1.0 release - nodejs/node#33103
Yes, precisely! Thanks @Swapnull! Node v14.1.0 has been released:
module: do not warn when accessing __esModule of unfinished exports (Anna Henningsen) #33048
__esModule
Thanks!
No branches or pull requests
On heroku I'm getting this error of module exports inside circular dependency. It appears to work locally though.
It never actually runs the migrations.
Any ideas?
The text was updated successfully, but these errors were encountered: