用户工具

站点工具


侧边栏

[侧边栏]

侧栏编辑 后台管理
GIT仓库
老web
C++Reference
快速笔记 笔记浏览

working:7_随笔随记:未整理:ubuntu安装nodejs和npm

ubuntu20.04 如何安装nodejs和npm

https://blog.csdn.net/risingfine/article/details/121700980?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522164973271516780366581652%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=164973271516780366581652&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v1~rank_v31_ecpm-3-121700980.142^v7^pc_search_result_cache,157^v4^control&utm_term=ubtuntu20+nodejs&spm=1018.2226.3001.4187

sudo apt  install curl

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
OR
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
OR
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

sudo apt install nodejs
sudo apt install build-essential

node --version
npm --version
working/7_随笔随记/未整理/ubuntu安装nodejs和npm.txt · 最后更改: 2022/04/20 23:13 由 wenliang