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 to install node.js and configure Taobao domestic source for npm under deepin

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces "how to install node.js under deepin and configure Taobao domestic source for npm". In daily operation, I believe many people have doubts about how to install node.js under deepin and configure Taobao domestic source for npm. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the question of "how to install node.js and configure Taobao domestic source for npm under deepin". Next, please follow the editor to study!

Install node.js and install node.js under deepin

First, go to the official website node.js official website download page.

Download the Linux package

After downloading, extract the compressed package to / usr/local/bin

Create a soft connection

Sudo ln-s / usr/local/ {this is your own node folder} / bin/npm / usr/local/bin/npmsudo ln-s / usr/local/ {this is your own node folder} / bin/node / usr/local/bin/node

Enter npm for verification

Configure Taobao domestic sources for npm

Enter the following command at the terminal

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

Enter the following command at the terminal to verify

$npm config get registry

At this point, the study on "how to install node.js under deepin and configure Taobao domestic sources for npm" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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

Development

Wechat

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

12
Report