We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Won't work without typescript installed You also need a nodejs environment with Typescript installed globally
sudo npm install -g typescript
Wont' run tgpt needs sudo access to create the secret file txt. After which it fails to run because Error: Cannot find module './rag'
Error: Cannot find module './rag'
I am on an Ubuntu based linux system, happy to provide more information and test your application.
node version 18.19.1 npm version 9.2.0 installed globally through npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Won't work without typescript installed
You also need a nodejs environment with Typescript installed globally
Wont' run
tgpt needs sudo access to create the secret file txt. After which it fails to run because
Error: Cannot find module './rag'
I am on an Ubuntu based linux system, happy to provide more information and test your application.
node version 18.19.1
npm version 9.2.0
installed globally through npm
The text was updated successfully, but these errors were encountered: