User:E.zn/eth--host: Difference between revisions
(Created page with "<div style="font-family:monospace; font-size:14px; background-color:#CFD5D4; padding:10px;"> <div style="float:right; border:none; background:none; padding-right:3%"> __TOC_...") |
No edit summary |
||
Line 16: | Line 16: | ||
<br> | <br> | ||
====_ _ _ _ _ | ====_ _ _ _ _ ==== | ||
<br> | <br> | ||
:: <code style="background-color:#DDE3DB; border-color:#DDE3DB; color:blue;">xx</code> | :: <code style="background-color:#DDE3DB; border-color:#DDE3DB; color:blue;">xx</code> | ||
::<pre style="background-color:# | ::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">x</pre> | ||
===___________________________________node.js=== | |||
<br> | |||
====_ _ _ _ _ download==== | |||
<br> | |||
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">curl -fsSL https://deb.nodesource.com/setup_15.x | bash -</pre> | |||
::» »»»» src : [https://github.com/nodesource/distributions nodesource] | |||
::» »»»» [https://explainshell.com/explain?cmd=curl+-fsSL+example.org more on -fsSL flag] | |||
====_ _ _ _ _ install==== | |||
<br> | |||
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y nodejs</pre> | |||
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y build-essential</pre> | |||
Revision as of 12:43, 21 June 2021
___________________________________x
_ _ _ _ _
xx
x
___________________________________node.js
_ _ _ _ _ download
curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
- » »»»» src : nodesource
- » »»»» more on -fsSL flag
_ _ _ _ _ install
apt-get install -y nodejs
apt-get install -y build-essential