Difference between revisions of "Node.js"

From wiki
(Created page with "== Install == === Linux Server === <syntaxhighlight lang="console"> # apt install nodejs-legacy npm </syntaxhighlight>")
 
(Categorise)
 
Line 5: Line 5:
 
# apt install nodejs-legacy npm
 
# apt install nodejs-legacy npm
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
[[Category:Linux Server]]
 +
[[Category:Linux Desktop]]
 +
[[Category:Node.js]]

Latest revision as of 22:55, 4 April 2016

Install

Linux Server

# apt install nodejs-legacy npm