T3 App on linux/Chromebook
I am trying to create the T3 App on my chromebook but the command does not run in terminal… it says command not found, can anyone help please?
11 Replies
What's not running? Could you send a screenshot?
You need npm to be installed
Or, if it installed already, it's an issue with your terminal not recognising the command
Have you got it installed?
I don't think so... is there a link?
alr i'll check it out, thank you!
No worries 😄
hey i used curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash to install the nvm but the create t3 command still does not work, what do I do?
now you should have the
nvm
command, install node with it with nvm install 18
Nvm is a node package manager
Not node it self
alr it works now thank you!