Closed Rushmore75 closed 3 weeks ago
Same issue
Just hit this with pnpm too locally. Pretty sure it’s a buggy latest release of zod-to-json-schema
: https://github.com/StefanTerdell/zod-to-json-schema/issues/151
Looks like it will be solved in this pull https://github.com/StefanTerdell/zod-to-json-schema/pull/152
Fix mine with pnpm overrides
"pnpm": {
"overrides": {
"zod-to-json-schema": "3.23.3"
}
}
Woops! Should be fixed in 3.23.5.
Thanks for the quick fix @StefanTerdell!
Astro Info
If this issue only occurs in one browser, which browser is a problem?
n/a
Describe the Bug
npm run astro ...
commands fail with the above output;npm run astro dev
npm run astro build
.npm run astro
outputs fine. Here's version of everything:npm update
has been runWhat's the expected result?
Default cli operation
Link to Minimal Reproducible Example
doesn't break in their environment
Participation