Ubuntu and T3App

HI guys, how I can create t3 app in ubuntu? I have nodejs, etc but I can't do it...
6 Replies
max14
max1416mo ago
just the normal way, if you follow the documentation (the installation part) using NPM then it should work fine
silva 🍍
silva 🍍OP16mo ago
I have this problem
No description
silva 🍍
silva 🍍OP16mo ago
@max14
Chico
Chico16mo ago
Can you try with npx instead of npm Which node version are you using?
Matvey
Matvey16mo ago
default ubuntu repos have ancient versions of both node and npm. Run node --version, and if it's not 18 or 20, run sudo apt purge nodejs npm and install current node and npm with nodesource or nvm
silva 🍍
silva 🍍OP16mo ago
Thank u!

Did you find this page helpful?