当前位置:网站首页>Node installation
Node installation
2022-04-23 09:05:00 【A blog】
node install
One 、 setup script
- download node.js Official website address : https://nodejs.org/en/ Click download
- Click Start installation , next step , next step …
Two 、Windows10 When there is an administrator permission problem under , Refer to the following

1. Open the command line window with administrator privileges

2.cd To downloaded node.js install msi File directory , Use command msiexec /package node-v6.9.1-x64.msi ( among node-v6.9.1-x64.msi Is the name of the currently downloaded installation file ), The order is msi File installation command . Then the system will open the installation page just now , Just follow the above steps again .
3、 ... and 、cmd Input npm No response , The cursor keeps flashing
1. find C:\Users( user \ Your username ).npmrc This file , Replace the content with
prefix=C:\Programming Software\nodejs\node_global
cache=C:\Programming Software\nodejs\node_cache
registry = http://registry.cnpmjs.or
版权声明
本文为[A blog]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230901327477.html
边栏推荐
- Brief steps to build a website / application using flash and H5
- js 原型链的深入
- Thread scheduling (priority)
- Write down the post order traversal of the ~ binary tree
- Output first order traversal according to second order and middle order traversal (25 points)
- Flink SQL realizes the integration of stream and batch
- L2-023 graph coloring problem (25 points) (graph traversal)
- Brush classic topics
- Notes d'apprentissage oneflow: de functor à opexprinterpreter
- web页面如何渲染
猜你喜欢

Consensus Token:web3. 0 super entrance of ecological flow

Failed to download esp32 program, prompting timeout

Learn SQL injection in sqli liabs (Level 11 ~ level 20)

Mini - exercice MySQL (seulement pour les débutants, pas pour les non - débutants)

Resource packaging dependency tree

Open services in the bottom bar of idea
![[in-depth good article] detailed explanation of Flink SQL streaming batch integration technology (I)](/img/c9/43a63f526068ef6a3e4964a22c5a1f.png)
[in-depth good article] detailed explanation of Flink SQL streaming batch integration technology (I)

Cadence process angle simulation, Monte Carlo simulation, PSRR

L2-3 romantic silhouette (25 points)

深度学习框架中的自动微分及高阶导数
随机推荐
Complete binary search tree (30 points)
Matlab draw five-star red flag
Open services in the bottom bar of idea
单片机数码管秒表
MySQL小練習(僅適合初學者,非初學者勿進)
Taxable income
Applet in wechat and app get current ()
What is augmented reality technology? Where can it be used?
[Luke V0] verification environment 2 - Verification Environment components
错题汇总1
About CIN, scanf and getline, getchar, CIN Mixed use of getline
[58] length of the last word [leetcode]
考研线性代数常见概念、问题总结
Brief steps to build a website / application using flash and H5
Harbor enterprise image management system
PCTP考试经验分享
Failed to prepare device for development
Failed to download esp32 program, prompting timeout
是否同一棵二叉搜索树 (25 分)
L2-022 重排链表 (25 分)(map+结构体模拟)