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 use rethink-migrate as an external tool to run migrations in a Python project (I installed it with sudo npm install -g rethink-migrate). However, for some reason rethink-migrate explicitly requires a rethinkdb driver to be installed locally by hard-coding this:
Please allow rethink-migrate to pull a globally installed rethinkdb driver as well. For now I have to pollute my project with node_modules just to please rethink-migrate.
The text was updated successfully, but these errors were encountered:
I use rethink-migrate as an external tool to run migrations in a Python project (I installed it with
sudo npm install -g rethink-migrate
). However, for some reason rethink-migrate explicitly requires a rethinkdb driver to be installed locally by hard-coding this:Please allow rethink-migrate to pull a globally installed rethinkdb driver as well. For now I have to pollute my project with
node_modules
just to please rethink-migrate.The text was updated successfully, but these errors were encountered: