vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Errors when trying to build codebase

Open Omcsesz opened this issue 2 years ago • 1 comments

Hello, Team!

@mhutchie After cloning the repo, I tried to build the codebase using the steps in https://github.com/mhutchie/vscode-git-graph/blob/develop/CONTRIBUTING.md. But after step3, I get the following error:

node_modules/@types/prettier/index.d.ts:41:54 - error TS2315: Type 'IsTuple' is not generic.

Steps to Reproduce Steps to reproduce the behaviour:

  1. Clone the repository
  2. Open it in VSCode
  3. Run npm install in terminal
  4. Run npm run compile-src
  5. Run npm run compile

Expected Behaviour The code should be built without errors.

Environment

  • Git Graph Extension Version: 1.30.0
  • Visual Studio Code Version: 1.73.0
  • Operating System: Windows 10

Screenshots (optional) kép

Omcsesz avatar Nov 09 '22 14:11 Omcsesz