1. Uninstall npm firstsudo npm uninstall npm -g 2. Uninstall nodeyum remove nodejs npm -y See if there is any residue Go to /usr/local/lib and delete all node and node_modules folders Go to /usr/local/include and delete all node and node_modules folders Enter /usr/local/bin and delete the executable file of node 3. Install node download: wget https://cdn.npm.taobao.org/dist/node/v12.13.1/node-v12.13.1-linux-x64.tar.xz Unzip: xz -d node-v12.13.1-linux-x64.tar.xz tar -xvf node-v12.13.1-linux-x64.tar Move to the local directory: mv node-v12.13.1-linux-x64 /usr/local/ Rename: mv /usr/local/node-v12.13.1-linux-x64/ /usr/local/node Add environment configuration: vim /etc/profile Add the following content to the end of the file: export NODE_HOME=/usr/local/node export PATH=$NODE_HOME/bin:$PATH Execute source to make the environment variables effective immediately. source /etc/profile Check the version and complete the installation as follows. node -v Can output version information, that is, ok npm -v Can output version information, that is, ok This is the end of this article about how to quickly uninstall and install the node environment on a Linux server (easy to get started). For more information about how to uninstall and install node on Linux, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: MySQL column to row conversion, method of merging fields (must read)
>>: How to deal with too many Docker logs causing the disk to fill up
This article introduces the effect of website pro...
The operating environment of this tutorial: Windo...
In Linux, there are two types of file connections...
The EXPLAIN statement provides information about ...
This article shares a native JS implementation of...
Local Windows remote desktop connects to Alibaba ...
1 Question The company's server uses Apache, ...
Chinese Tutorial https://www.ncnynl.com/category/...
This article shares the specific code for impleme...
Table of contents What is maintainable code? Code...
Here is a Vue single sign-on demo for your refere...
The rewrite module is the ngx_http_rewrite_module...
Demand background The project is made using Vue, ...
This article example shares the specific code of ...
Based on theories such as Saussure's philosop...