markdown 安装NodeJS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 安装NodeJS相关的知识,希望对你有一定的参考价值。

# Debian and Ubuntu based Linux distributions
https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

## Installation
<pre>
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
</pre>
Alternatively, for Node.js 10:
<pre>
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
</pre>
Optional: install build tools.<br>
To compile and install native addons from npm you may also need to install build tools:
<pre>
sudo apt-get install -y build-essential
</pre>

以上是关于markdown 安装NodeJS的主要内容,如果未能解决你的问题,请参考以下文章

markdown 安装NodeJS

markdown 在BASH上安装NodeJS,Yarn

markdown 在macOS上安装NodeJS和NPM

nodejs,CSDN转markdown

基于nodejs的一个实时markdown转html工具小程序

Gitbook在Windows上安装