Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

I am not able to run on windows 10 #106

@nandhu

Description

@nandhu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions