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
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Description
Sorry I am not able to run this application on windows. After cloning this repository I have followed the steps mentioned in the readme.
Node Version: v12.18.2
NPM Version: 6.14.5
TSC Version: Version 4.0.2
I can able to run:
npm ci
npm run init
but failed to run the command "npm run build"
The delete command rm -rf dist is not applicable to windows. So manually I run the command "tsc --p tsconfig.build.json"
But it was throwing error "The operand of a 'delete' operator must be optional.ts(2790)" in the /jsonforms-editor/src/core/modeluischema.ts file.
So commented out the line 101 delete current.uuid;
Manually run the command "tsc --p tsconfig.build.json" and executed successfully.
Then I run the command cd app && npm run start the application started and throwing the prettier error.
Failed to compile
./src/App.tsx
Line 1:4: Delete ␍ prettier/prettier
Line 2:73: Delete ␍ prettier/prettier
Line 3:43: Delete ␍ prettier/prettier
Line 4:22: Delete ␍ prettier/prettier
Line 5:73: Delete ␍ prettier/prettier
Line 6:73: Delete ␍ prettier/prettier
Line 7:4: Delete ␍ prettier/prettier
Line 8:26: Delete ␍ prettier/prettier
Line 9:27: Delete ␍ prettier/prettier
Line 10:26: Delete ␍ prettier/prettier
Line 11:24: Delete ␍ prettier/prettier
Line 12:32: Delete ␍ prettier/prettier
Line 13:27: Delete ␍ prettier/prettier
Line 14:1: Delete ␍ prettier/prettier
Line 15:78: Delete ␍ prettier/prettier
Line 16:46: Delete ␍ prettier/prettier
Line 17:61: Delete ␍ prettier/prettier
Line 18:1: Delete ␍ prettier/prettier
Line 19:50: Delete ␍ prettier/prettier
Line 20:27: Delete ␍ prettier/prettier
Line 21:19: Delete ␍ prettier/prettier
Line 22:34: Delete ␍ prettier/prettier
Line 23:45: Delete ␍ prettier/prettier
Line 24:47: Delete ␍ prettier/prettier
Line 25:18: Delete ␍ prettier/prettier
Line 26:68: Delete ␍ prettier/prettier
Line 27:72: Delete ␍ prettier/prettier
Line 28:7: Delete ␍ prettier/prettier
Line 29:20: Delete ␍ prettier/prettier
Line 30:5: Delete ␍ prettier/prettier
Line 31:3: Delete ␍ prettier/prettier
Search for the keywords to learn more about each error.
Can you please guide me on how to set up and run this application.
Thanks.
Description
Sorry I am not able to run this application on windows. After cloning this repository I have followed the steps mentioned in the readme.
Node Version: v12.18.2
NPM Version: 6.14.5
TSC Version: Version 4.0.2
I can able to run:
but failed to run the command "npm run build"
The delete command rm -rf dist is not applicable to windows. So manually I run the command "tsc --p tsconfig.build.json"
But it was throwing error "The operand of a 'delete' operator must be optional.ts(2790)" in the /jsonforms-editor/src/core/modeluischema.ts file.
So commented out the line 101 delete current.uuid;
Manually run the command "tsc --p tsconfig.build.json" and executed successfully.
Then I run the command cd app && npm run start the application started and throwing the prettier error.
Failed to compile
./src/App.tsx
Line 1:4: Delete
␍prettier/prettierLine 2:73: Delete
␍prettier/prettierLine 3:43: Delete
␍prettier/prettierLine 4:22: Delete
␍prettier/prettierLine 5:73: Delete
␍prettier/prettierLine 6:73: Delete
␍prettier/prettierLine 7:4: Delete
␍prettier/prettierLine 8:26: Delete
␍prettier/prettierLine 9:27: Delete
␍prettier/prettierLine 10:26: Delete
␍prettier/prettierLine 11:24: Delete
␍prettier/prettierLine 12:32: Delete
␍prettier/prettierLine 13:27: Delete
␍prettier/prettierLine 14:1: Delete
␍prettier/prettierLine 15:78: Delete
␍prettier/prettierLine 16:46: Delete
␍prettier/prettierLine 17:61: Delete
␍prettier/prettierLine 18:1: Delete
␍prettier/prettierLine 19:50: Delete
␍prettier/prettierLine 20:27: Delete
␍prettier/prettierLine 21:19: Delete
␍prettier/prettierLine 22:34: Delete
␍prettier/prettierLine 23:45: Delete
␍prettier/prettierLine 24:47: Delete
␍prettier/prettierLine 25:18: Delete
␍prettier/prettierLine 26:68: Delete
␍prettier/prettierLine 27:72: Delete
␍prettier/prettierLine 28:7: Delete
␍prettier/prettierLine 29:20: Delete
␍prettier/prettierLine 30:5: Delete
␍prettier/prettierLine 31:3: Delete
␍prettier/prettierSearch for the keywords to learn more about each error.
Can you please guide me on how to set up and run this application.
Thanks.