liquibase / node-liquibase

Node.js wrap for Liquibase
MIT License
32 stars 14 forks source link

[NODE-LIQUIBASE] The system cannot find the path specified. #63

Open mjacob1805 opened 1 year ago

mjacob1805 commented 1 year ago

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

Cwilliams25 commented 10 months ago

@mjacob1805 Did you ever figure out your issue here? I'm getting a similar error on my end