-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't install on Windows for git bash or powershell #79
Comments
Hi @calebgibney , can you give the logs of the error ? It would help a lot , as I don't have a Windows machine. |
2023-10-01T15_44_41_224Z-debug-0.log @lucasgooliveira thank you very much for willingness to investigate! |
The above is because typescript is not installed yet, so it could not call Describe the bug To Reproduce
Expected behavior Desktop (please complete the following information):
Additional context
I think Kind regards, |
I hope this helps so after installing typescript the main install command yields new error: |
I've re-tested and found the error, I've update the library to version |
fails to install with this output:
npm ERR! code 1
npm ERR! path C:\Users\my_username\AppData\Roaming\npm\node_modules\terminalgpt
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c tsc
npm ERR! 'tsc' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\my_username\AppData\Local\npm-cache_logs\2023-09-23T20_45_34_003Z-debug-0.log
To Reproduce
inside git bash or cmd or powershell, run this command:
npm -g install terminalgpt
Desktop (please complete the following information):
Windows 10
Using git bash or powershell
The text was updated successfully, but these errors were encountered: