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
Context : The system cannot find the path specified.
Node-Liquibase Version : "liquibase": "^4.3.9",
Liquibase Version (if not bundled) : "liquibase": "^4.3.9",
Description
Every time I try to strart mu node using yarn start and update liquibase using typescrit I am getting the same error .
Error: Command failed: C:\GitHub\api\node_modules\liquibase\dist\liquibase\liquibase --changeLogFile="./migrations/liquibase.xml" --url="jdbc:postgresql://localhost:5432/mydatabase" --username="user" --password="user" --classpath="C:\GitHub\api\node_modules\liquibase\dist\drivers\postgresql-42.2.8.jar" update
The system cannot find the path specified.
at ChildProcess.exithandler (node:child_process:400:12)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1093:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null
The text was updated successfully, but these errors were encountered:
Context : The system cannot find the path specified.
Node-Liquibase Version : "liquibase": "^4.3.9",
Liquibase Version (if not bundled) : "liquibase": "^4.3.9",
Description
Every time I try to strart mu node using yarn start and update liquibase using typescrit I am getting the same error .
Error: Command failed: C:\GitHub\api\node_modules\liquibase\dist\liquibase\liquibase --changeLogFile="./migrations/liquibase.xml" --url="jdbc:postgresql://localhost:5432/mydatabase" --username="user" --password="user" --classpath="C:\GitHub\api\node_modules\liquibase\dist\drivers\postgresql-42.2.8.jar" update
The system cannot find the path specified.
code: 1,
killed: false,
signal: null
The text was updated successfully, but these errors were encountered: