当前位置:网站首页>Node installation and environment configuration
Node installation and environment configuration
2022-08-02 06:54:00 【m0_67392811】
NODE installation
①Node download After entering the node official website, choose to download the corresponding version Node.js;
I am windows64 so I downloaded the Windows64 version, the first option is the stable version, which most people will choose to use; the second option is the latest version of the current node update;
2 After downloading the node installation package, install it. Here you select your node installation location. The default is the c drive. You can modify it according to your own ideas; then click Next until the installation is complete.
③ Then you find run or win+r on the computer to open the command box and enter the cmd command to open the command window.
Enter the node -v command to see the version information displayed, and enter npm -v to output the corresponding version information.That proves that you have installed it and can use it.
Environment Configuration
Now your global repository is installed under the c drive, which can be viewed through the npm list -global command; so when you use npm to install the global module, the files under the c drive will be installedfolder, this will make your c drive data huge, so we can modify the default storage address; but if your c drive itself is relatively large and you don't care about the extra data stored, you can ignore this step.
Create two new folders under the folder where you installed node; node_cache (cache folder) node_global (global warehouse folder)
Then enter the command line
npm config set prefix "node_global address"
npm config set cache "address of node_cache"
At this time, your global warehouse address and cache address have been modified;
You can use the command line to install something to test it; for example, if I install webpack globally, you will see a webpack folder under node_global, and any modules you install globally can be placed in this folderturn up.
Next, you need to configure the environment, right-click on my computer-properties-find the advanced property settings, click the advanced tab, there is an environment variable in the lower right corner;
Open the path column of the user variable and change the address of npm to your global repository address
Then edit the system variable, find the path column, and modify the node column to the node_modules folder under the global address
At this point, the installation of node and the configuration of environment variables are over, and then you can use your node to install modules.
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
Kingdee International: Lost in half a year and last year, how does the business model of frantically burning money continue
nodejs的安装和全局配置(超详细哦)
zabbix邮件报警和微信报警
leetcode-338.比特位计数
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
[Cartoon] 2021 full score programmer behavior comparison table (latest version)
蚂蚁三面:MQ 消息丢失、重复、积压问题,有哪些解决方案?
pytorch基本操作:使用神经网络进行分类任务
Nacos installation detailed process
npm、cnpm的安装
随机推荐
Shell 脚本不同玩法
触发器简单解释
路由规划中级篇
pytorch basic operations: classification tasks using neural networks
leetcode solves the linked list merge problem in one step
C 竞赛——捕鱼
flex layout (flexible layout)
Luogu mini game Daquan (everyone who uses Luogu must know)
mysql高阶语句(一)
NPM 安装指定版本包的方法及版本号查看
金蝶国际:半年亏掉去年一年,疯狂烧钱的商业模式如何持续
MySQL高级语句(一)
Machine learning -- - theory of support vector machine (SVM)
BGP+MPLS综合实验
目标检测重要概念——IOU、感受野、空洞卷积、mAP
反向解析dns服务器
c语言指针运算
国际顶会OSDI首度收录淘宝系统论文,端云协同智能获大会主旨演讲推荐
Polar Parametrization for Vision-based Surround-View 3D Detection Paper Notes
从入门到精通的MySQL数据库视频教程