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
vae
vae3y ago
What's not running? Could you send a screenshot?
Dingus Khan
Dingus KhanOP3y ago
vae
vae3y ago
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?
Dingus Khan
Dingus KhanOP3y ago
I don't think so... is there a link?
vae
vae3y ago
Sure https://github.com/nvm-sh/nvm Let me know if you have any issues with it 👍
Dingus Khan
Dingus KhanOP3y ago
alr i'll check it out, thank you!
vae
vae3y ago
No worries 😄
Dingus Khan
Dingus KhanOP3y ago
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?
matvey
matvey3y ago
now you should have the nvm command, install node with it with nvm install 18
Lopen
Lopen3y ago
Nvm is a node package manager Not node it self
Dingus Khan
Dingus KhanOP3y ago
alr it works now thank you!

Did you find this page helpful?