You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✖ tsc-files --noEmit:
'C:\Disc' is not recognized as an internal or external command,
operable program or batch file.
husky - pre-commit hook exited with code 1 (error)
Looks like it starts this command from the path, but I have no idea why.
Meanwile, if I run "npx tsc-files --noEmit" command directly in the vscode console, no errors, but nothing happens: it doesn't execute "npx tsc --project tsconfig.json".
I have this configuration in package.json according to the documentation:
When I try to commit I get this error:
Looks like it starts this command from the path, but I have no idea why.
Meanwile, if I run "npx tsc-files --noEmit" command directly in the vscode console, no errors, but nothing happens: it doesn't execute "npx tsc --project tsconfig.json".
Here is my tsconfig.json:
Any support would be appreciated.
The text was updated successfully, but these errors were encountered: