Open vardanbansal-harness opened 1 year ago
I have the same problem.
After having run yarn run build
I receive a lot of errors coming from node_modules/@types/...
, 127 errors to be precise.
Has somebody a solution to this?
if you upgrade typescript it in package.json
to "typescript": "4.8.4"
it fixes those errors, however when program is run and command is executed, something fails in authorisation with status code 401
Seeing a lot of compilation errors as of today. Is it because of the
vscode
package being deprecated?