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
Its the first time I try to use vjsf, I just set up a new environment using the steps described in your app-examples readme.
But when I run the compile script I get the following error and I am unable to fix it:
npm run compile-schemas
file:///opt/dev-env/frontend-vjsf/node_modules/@koumoul/vjsf-compiler/node_modules/@json-layout/core/src/compile/skeleton-node.js:2
import { normalizeLayoutFragment, isSwitchStruct, isGetItemsExpression, isGetItemsFetch, isItemsLayout, getSchemaFragmentType, isCompositeLayout, childIsCompObject } from '@json-layout/vocabulary'
^^^^^^^^^^^^^^^^^
SyntaxError: The requested module '@json-layout/vocabulary' does not provide an export named 'childIsCompObject'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:177:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:260:5)
at async onImport.tracePromise.proto (node:internal/modules/esm/loader:543:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:116:5)
I use Node.js v22.11.0 and the following basic package.json
Its the first time I try to use vjsf, I just set up a new environment using the steps described in your app-examples readme.
But when I run the compile script I get the following error and I am unable to fix it:
npm run compile-schemas
I use Node.js v22.11.0 and the following basic package.json
Is something broken or did I miss a step?
The text was updated successfully, but these errors were encountered: