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
I'm trying to generate some typescript code from xml schemas but get the following error:
node_modules/.pnpm/@xsd-tools+typescript@0.2.0_p6pko7y75jne7bzxkmbtbrojey/node_modules/@xsd-tools/typescript/dist/bin/xsd-ts.js:52
.command('generate [schema] [output]', { isDefault: true })
^
TypeError: Cannot read properties of undefined (reading 'command')
at Object.<anonymous> (node_modules/.pnpm/@xsd-tools+typescript@0.2.0_p6pko7y75jne7bzxkmbtbrojey/node_modules/@xsd-tools/typescript/dist/bin/xsd-ts.js:52:5)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
The text was updated successfully, but these errors were encountered:
I'm trying to generate some typescript code from xml schemas but get the following error:
The text was updated successfully, but these errors were encountered: