1. Find the corresponding nodejs package, refer to https://nodejs.org/download/release/ 2. Switch to the location where node is installed, which is /usr/local/lib/nodejs No existence can be established 3. Download wget node-v8.12.0-linux-x64.tar.xz 4. Unzip tar -xJvf node-8.12.0-linux-x64.tar.xz -C /usr/local/lib/nodejs mv /usr/local/lib/nodejs/node-8.12.0-linux /usr/local/lib/nodejs/node-8.12.0 5. Configure environment variables Enter the following export NODEJS_HOME=/usr/local/lib/nodejs/node-8.12.0/bin export PATH=$NODEJS_HOME:$PATH 6. Refresh environment variables immediately 7. Detection version 8. Establish system links to simplify calls sudo ln -s /usr/local/lib/nodejs/node-8.12.0/bin/node /usr/bin/node sudo ln -s /usr/local/lib/nodejs/node-8.12.0/bin/npm /usr/bin/npm sudo ln -s /usr/local/lib/nodejs/node-8.12.0/bin/npx /usr/bin/npx Summarize The above is the method of manually upgrading the node version under CentOs introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: 7 interview questions about JS this, how many can you answer correctly
>>: Simple implementation of Mysql add, delete, modify and query statements
This article example shares with you the specific...
MySQL replication table detailed explanation If w...
1. Merge the margins of sibling elements The effe...
What is a directive? Both Angular and Vue have th...
I searched online and found that many interviews ...
Detailed description of media device type usage: ...
Today a junior student asked a question. The HTML...
1. Introduction Today a colleague asked me how to...
Table of contents Design scenario Technical Point...
The requirement is to pass in the rating data for...
Table of contents WXS Response Event Plan A Page ...
Table of contents A brief overview of the replica...
1. The ul tag has a padding value by default in Mo...
Rational ClearCase is a software configuration ma...
We often use click events in the a tag: 1. a href=...