当前位置:网站首页>node安装
node安装
2022-04-23 09:01:00 【一个博客】
node安装
一、安装过程
- 下载node.js 官网地址: https://nodejs.org/en/ 点击下载即可
- 点击开始安装,下一步,下一步…
二、Windows10下出现管理员权限问题时,参考以下

1.使用管理员权限打开命令行窗口

2.cd到下载的node.js安装msi文件目录,使用命令 msiexec /package node-v6.9.1-x64.msi (其中node-v6.9.1-x64.msi 是当前下载的安装文件名),该命令是msi文件的安装命令。然后系统会打开刚才的安装页面,重新按照上面的步骤安装即可。
三、cmd输入npm没反应,光标一直闪烁
1.找到 C:\Users(用户\你的用户名).npmrc 这个文件,把内容替换为
prefix=C:\Programming Software\nodejs\node_global
cache=C:\Programming Software\nodejs\node_cache
registry = http://registry.cnpmjs.or
版权声明
本文为[一个博客]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_45784582/article/details/105105824
边栏推荐
- 单片机数码管秒表
- Single chip microcomputer nixie tube stopwatch
- 共享办公室,提升入驻体验
- Brush classic topics
- Test your machine learning pipeline
- Restore binary tree (25 points)
- Correct method of calculating inference time of neural network
- Non duplicate data values of two MySQL query tables
- K210 learning notes (II) serial communication between k210 and stm32
- idea打包 jar文件
猜你喜欢

資源打包關系依賴樹

MySQL小練習(僅適合初學者,非初學者勿進)

Use of Arthas in JVM tools

Latex paper typesetting operation

Redis Desktop Manager for Mac

What is augmented reality technology? Where can it be used?

Cadence process angle simulation, Monte Carlo simulation, PSRR

GUI编程简介 swing

Multi view depth estimation by fusing single view depth probability with multi view geometry

L2-024 tribe (25 points) (and check the collection)
随机推荐
L2-022 rearrange linked list (25 points) (map + structure simulation)
Illegal character in scheme name at index 0:
OneFlow学习笔记:从Functor到OpExprInterpreter
Brush classic topics
MYCAT configuration
Matlab draw five-star red flag
Notes on xctf questions
Multi view depth estimation by fusing single view depth probability with multi view geometry
是否同一棵二叉搜索树 (25 分)
ONEFLOW learning notes: from functor to opexprinter
Notes d'apprentissage oneflow: de functor à opexprinterpreter
Talent Plan 学习营初体验:交流+坚持 开源协作课程学习的不二路径
根据后序和中序遍历输出先序遍历 (25 分)
PLC point table (register address and point table definition) cracking detection scheme -- convenient for industrial Internet data acquisition
cadence的工艺角仿真、蒙特卡洛仿真、PSRR
First principle mind map
Use include in databinding
Valgrind et kcachegrind utilisent l'analyse d'exécution
valgrind和kcachegrind使用運行分析
After a circle, I sorted out this set of interview questions..