How to install node dependencies on Linux: 1. Download Node; 2. Place the downloaded software package in the /usr/local/src directory; 3. Execute "ln -s /usr/local/src/ node-v8.10.0-linux-x64/bin/node" command.
The operating environment of this article: linux5.9.8 system, nodejs v8.10.0 version, Dell G3 computer.
linux How to install node dependencies?
Installing node and npm on Linux
Note: Recently, I need to use the react front-end framework in my work so that it can be separated from the front and back. Before installing react, I was You need to install node and npm first. Since npm depends on node, as long as I install node, npm will be installed!
1. Download Node
Official website download link: https://nodejs.org/zh-cn/download/
Me Here is to put the downloaded software package in the /usr/local/src directory
to pressurize the Node. Since the node downloads the package that has already been executed, So there is no need to do any execution operations here;
Here we can see that there is a node and npm in the bin directory, which shows that it has been installed.
If you want to use npm and node globally, you need to make relevant soft links, as follows!
Enter the /usr/local/bin directory and execute the following command
[root@localhost bin]# ln -s /usr/local/src/node-v8.10.0-linux-x64/bin/npm [root@localhost bin]# ln -s /usr/local/src/node-v8.10.0-linux-x64/bin/node
At this time, you will see the following status
Then You can execute node -v npm -v at any location to view the corresponding version, and the installation is complete!
2. Use Taobao mirror
Execute the following command
npm config set registry https://registry.npm.taobao.org
Or view Taobao mirror resources: https://npm.taobao.org/
Execute The following command:
alias cnpm="npm --registry=https://registry.npm.taobao.org \ --cache=$HOME/.npm/.cache/cnpm \ --disturl=https://npm.taobao.org/dist \ --userconfig=$HOME/.cnpmrc"
You can use cnpm -v to check the version, and then operate the relevant process!
Recommended learning: "
node.js video tutorialThe above is the detailed content of How to install node dependencies in linux. For more information, please follow other related articles on the PHP Chinese website!

No,youshouldn'tusemultipleIDsinthesameDOM.1)IDsmustbeuniqueperHTMLspecification,andusingduplicatescancauseinconsistentbrowserbehavior.2)Useclassesforstylingmultipleelements,attributeselectorsfortargetingbyattributes,anddescendantselectorsforstructure

HTML5aimstoenhancewebcapabilities,makingitmoredynamic,interactive,andaccessible.1)Itsupportsmultimediaelementslikeand,eliminatingtheneedforplugins.2)Semanticelementsimproveaccessibilityandcodereadability.3)Featureslikeenablepowerful,responsivewebappl

HTML5aimstoenhancewebdevelopmentanduserexperiencethroughsemanticstructure,multimediaintegration,andperformanceimprovements.1)Semanticelementslike,,,andimprovereadabilityandaccessibility.2)andtagsallowseamlessmultimediaembeddingwithoutplugins.3)Featur

HTML5isnotinherentlyinsecure,butitsfeaturescanleadtosecurityrisksifmisusedorimproperlyimplemented.1)Usethesandboxattributeiniframestocontrolembeddedcontentandpreventvulnerabilitieslikeclickjacking.2)AvoidstoringsensitivedatainWebStorageduetoitsaccess

HTML5aimedtoenhancewebdevelopmentbyintroducingsemanticelements,nativemultimediasupport,improvedformelements,andofflinecapabilities,contrastingwiththelimitationsofHTML4andXHTML.1)Itintroducedsemantictagslike,,,improvingstructureandSEO.2)Nativeaudioand

Using ID selectors is not inherently bad in CSS, but should be used with caution. 1) ID selector is suitable for unique elements or JavaScript hooks. 2) For general styles, class selectors should be used as they are more flexible and maintainable. By balancing the use of ID and class, a more robust and efficient CSS architecture can be implemented.

HTML5'sgoalsin2024focusonrefinementandoptimization,notnewfeatures.1)Enhanceperformanceandefficiencythroughoptimizedrendering.2)Improveaccessibilitywithrefinedattributesandelements.3)Addresssecurityconcerns,particularlyXSS,withwiderCSPadoption.4)Ensur

HTML5aimedtoimprovewebdevelopmentinfourkeyareas:1)Multimediasupport,2)Semanticstructure,3)Formcapabilities,and4)Offlineandstorageoptions.1)HTML5introducedandelements,simplifyingmediaembeddingandenhancinguserexperience.2)Newsemanticelementslikeandimpr


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools
