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
just the normal way, if you follow the documentation (the installation part) using NPM then it should work fine
I have this problem
@max14
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 nvmThank u!