Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does Debian10.1 change the specified node.js version

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to change the specified node.js version of Debian10.1". The explanation in the article is simple and clear and easy to learn and understand. Please follow the editor's train of thought to study and learn "how to change the specified node.js version of Debian10.1".

Configure the npm mirror source:

Npm config set registry https://registry.npm.taobao.org

Clear: npm cache clean-- force

N modules need to be installed before upgrading, sudo npm install-g n

After installing the n module, n-V views the version

Change the specified version of nodejs,sudo n 9

Change the file name of the default node in Debian10.1:

Mv / usr/bin/node / usr/bin/node10

In / etc/profile, add a new node path / usr/local/bin

Export PATH=$PATH:/usr/local/bin

Source / etc/profile

Use node-v to view the version

Thank you for reading, the above is the content of "how to change the specified node.js version of Debian10.1". After the study of this article, I believe you have a deeper understanding of how to change the specified node.js version of Debian10.1, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report