Gerrit Local setup for UI issue

32 Views Asked by At

I am trying to setup Gerrit to develop new feature. I have installed all the required software as per the Gerrit offical documents.

Followed link: https://gerrit-review.googlesource.com/Documentation/dev-eclipse.html

While starting UI getting error. I have attached the error.

Note: I am using Bazel to build the project.

Below is the error.

polygerrit-ui/app/elements/admin/gr-access-section/gr-access-section_test.ts(18,1): error TS2582: Cannot find name 'suite'. Do you need to install type definitions for a test runner? Try npm i --save-dev @types/jest or npm i --save-dev @types/mocha. [compile:watch] polygerrit-ui/app/elements/admin/gr-access-section/gr-access-section_test.ts(21,3): error TS2304: Cannot find name 'setup'. [compile:watch] polygerrit-ui/app/elements/admin/gr-access-section/gr-access-section_test.ts(27,3): error TS2582: Cannot find name 'suite'. Do you need to install type definitions for a test runner? Try npm i --save-dev @types/jest or npm i --save-dev @types/mocha.

Appreciate to assist me for the same.

As per My understanding there are missing packages in My local but please help to fix those packages issue.

0

There are 0 best solutions below