drizzle-kit pull Command Error
I am getting an error when trying to regenerate the migration using the drizzle-kit pull command.
How to fix this issue.
....\node_modules\drizzle-kit\bin.cjs:19554
checkValue = checkValue.replace(/^CHECK\s((/, "").replace(/))\s$/, "");
^
TypeError: Cannot read properties of undefined (reading 'replace')
at .../node_modules\drizzle-kit\bin.cjs:19554:39
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v20.11.0
0 Replies