# nodejs

安装：

```
apt install nodejs
```

npm换国内源：

<pre><code>npm config set registry http://registry.npmmirror.com
<strong>
</strong>#验证
npm config get registry
</code></pre>
