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
max142y ago
just the normal way, if you follow the documentation (the installation part) using NPM then it should work fine
silva 🍍
silva 🍍OP2y ago
I have this problem
No description
silva 🍍
silva 🍍OP2y ago
@max14
Chico
Chico2y ago
Can you try with npx instead of npm Which node version are you using?
Matvey
Matvey2y 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 🍍OP2y ago
Thank u!

Did you find this page helpful?