Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Wilson Edwards
at 2024-09-18 02:22:50
Point:500 Replies:2 POST_ID:829278USER_ID:12108
Topic:
nodejs#yum#centos
Recently, I am using yum to install some module, a lot error say
mirrorlist.centos.org is ERROR, can not resolve the address.
afterwards, yum is not working anymore and some node.js code also not working
now I am try to downgrade the version as before....
seems, I have updated node.js so current nodejs javascript is not working
very confused....Now not know exact issue
Please comment
Author: Wilson Edwards replied at 2024-09-18 02:41:34
Accepted Solution
Author: Wilson Edwards replied at 2024-09-18 02:31:04
500 points Excellent
yum is no longer support to CentOS7, linux, if u want to keep yum working on CentOS7 u need to change all yum file such as this link
For downgrade node.js , u can check this site
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-a-centos-7-server
very simple
nvm list-remote
nvm install v16.20.0
nvm use v16.20.0
then run export comand, you will see the/root/.nvm/versions/node/v16.20.0/bin/ in the first one in Path enviroment
after change, better reboot it to be effective....
npm is following your current node.js location