圆卜卜 發表於 2023-1-24 17:01:00

debian 安装 nodejs 当前版本

<p>参考</p>
<p>https://github.com/nodesource/distributions/blob/master/README.md#debinstall</p>
<p>&nbsp;</p>
<p>Installation instructions</p>
<p>Node.js v19.x:<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p>Using Debian, as root</p>
<p>curl -fsSL https://deb.nodesource.com/setup_19.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>Node.js v18.x:<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p>Using Debian, as root</p>
<p>curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>Node.js v16.x:<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p>Using Debian, as root</p>
<p>curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>Node.js v14.x:<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p># Using Debian, as root<br>curl -fsSL https://deb.nodesource.com/setup_14.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>Node.js LTS (v18.x):<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p>Using Debian, as root</p>
<p>curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>Node.js Current (v19.x):<br>Using Ubuntu</p>
<p>curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - &amp;&amp;\<br>sudo apt-get install -y nodejs</p>
<p>Using Debian, as root</p>
<p>curl -fsSL https://deb.nodesource.com/setup_current.x | bash - &amp;&amp;\<br>apt-get install -y nodejs</p>
<p>&nbsp;</p><br><br>
来源:https://www.cnblogs.com/zxdplay/p/17066184.html
頁: [1]
查看完整版本: debian 安装 nodejs 当前版本