My apologies. I'd try to fix it, but I'm not a JS guy :-(.
macOS Big Sur, Version 11.6
$ npm start
git-explorer@0.0.1 prestart
npm run build
git-explorer@0.0.1 prebuild
tslint -c tslint.json -p tsconfig.json --fix
git-explorer@0.0.1 build
tsc
src/gitter/inject-refs.ts:30:11 - error TS2571: Object is of type 'unknown'.
30 if (err.code === 'ENOENT') {
~~~
Found 1 error.
$ npm --version
8.1.0
$ node --version
v17.0.1
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
My apologies. I'd try to fix it, but I'm not a JS guy :-(.
macOS Big Sur, Version 11.6
$ npm start