Thursday, May 2, 2024
52
rated 0 times [  52] [ 0]  / answers: 1 / hits: 100368  / 3 Years ago, mon, july 26, 2021, 7:14:24

I'm trying to install node js onto Ubuntu so that I can run AngularJS. I'm not sure if I've installed it before so I ran sudo-apt get install node and once that is done I then run node --version but nothing is returned on my terminal.



jason@jason:~$ node --version
jason@jason:~$


How do I check if nodejs is installed?


More From » command-line

 Answers
7

Try



nodejs --version


(at least on my system the binary is called nodejs)


[#33777] Tuesday, July 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ttarum

Total Points: 417
Total Questions: 101
Total Answers: 115

Location: Maldives
Member since Wed, Nov 4, 2020
4 Years ago
ttarum questions
Sat, Aug 20, 22, 12:42, 2 Years ago
Wed, Sep 28, 22, 18:07, 2 Years ago
Mon, Feb 7, 22, 20:23, 2 Years ago
;