GitHub user JuJinPark added a comment to the discussion: Can I change the local fronEnd port 4200 to other port?
Have you tried running yarn install first before yarn start? This is suggested in the official documentation for running the frontend. https://hertzbeat.apache.org/docs/community/contribution/ <blockquote> Frontend start Need Node Yarn Environment, Make sure Node.js >= 18 Cd to the web-app directory: cd web-app Install yarn if not existed npm install -g yarn Install Dependencies: yarn install or yarn install --registry=https://registry.npmmirror.com in web-app After the local backend is started, start the local frontend in the web-app directory: yarn start Browser access to localhost:4200 to start, default account/password is admin/hertzbeat </blockquote> GitHub link: https://github.com/apache/hertzbeat/discussions/3104#discussioncomment-12334340 ---- This is an automatically sent email for dev@hertzbeat.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hertzbeat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: dev-h...@hertzbeat.apache.org