VILLASframework / web

The VILLASweb frontend (website) for planning, controlling, monitoring and analysing distributed simulations.
https://fein-aachen.org/en/projects/villas-web/
GNU General Public License v3.0
3 stars 3 forks source link

Showing ERROR: failed to solve: process "/bin/sh -c CI=false npm run build" did not complete successfully: #434

Open Adarsh-365 opened 2 months ago

Adarsh-365 commented 2 months ago

Running in Fedora 36

i try to run it via docker showing below error

Screenshot from 2024-07-05 14-32-20

i try manually also using npm install --force or npm install --legacy-peer-deps it did get build but when I try to run via npm start it shows following error Screenshot from 2024-07-05 14-49-17

I remove above error by adding below code in package.json file

    "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
    "build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build"
      }

it start server in localhost:3000 but I got below error can anyone tell me what I am doing wrong here Thanks in Advance Screenshot from 2024-07-05 14-51-50 Screenshot from 2024-07-05 14-52-21

iripiri commented 3 weeks ago

Hi @Adarsh-365, sorry for the late reply! Changing the swagger-client version might work: "swagger-client": "3.19.10" (remove the "^")