vscode-git-graph
vscode-git-graph copied to clipboard
Errors when trying to build codebase
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:
- Clone the repository
- Open it in VSCode
- Run
npm install
in terminal - Run
npm run compile-src
- 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)