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
The backend project contains all the pg-migrate stuff.
Npm defaultly installs all node_modules into the root project and only duplicates into the single project folders.
This makes the load of plugin fail if pg-migrate is started from within the backend project, because of this line:
I'm submitting a...
Current behavior
I have a npm monorepo like:
The
backend
project contains all the pg-migrate stuff.Npm defaultly installs all node_modules into the root project and only duplicates into the single project folders.
This makes the load of plugin fail if pg-migrate is started from within the
backend
project, because of this line:node-db-migrate/index.js
Line 48 in 6acaf40
Expected behavior
It should work in a monorepo context as well. Maybe by recursively looking into the
node_modules
folder until reached the root of the project.Environment
The text was updated successfully, but these errors were encountered: