当前位置:网站首页>NPM reports an error: operation not allowed, MKDIR 'C: \ program files \ node JS \ node_ cache _ cacache’
NPM reports an error: operation not allowed, MKDIR 'C: \ program files \ node JS \ node_ cache _ cacache’
2022-04-23 09:05:00 【A blog】
1. Unhandled re jection Error: EPERM: operation not permitted, mkdir ‘C: \Program Files \node js \node_ cache _ cacache’

2. Error: EPERM: operation not permitted, mkdir ‘C: \Program Files \node js node_ global’

resolvent
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
2. If it is the first error , The reason is that you need administrator privileges to install
版权声明
本文为[A blog]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230901327436.html
边栏推荐
- Introduction to matlab
- Consensus Token:web3. 0 super entrance of ecological flow
- 共享办公室,提升入驻体验
- 基于点云凸包的凹包获取方法
- 2021 Li Hongyi's adaptive learning rate of machine learning
- Whether the same binary search tree (25 points)
- 还原二叉树 (25 分)
- Leetcode-199 - right view of binary tree
- 【原创】使用System.Text.Json对Json字符串进行格式化
- LeetCode_DFS_中等_1254. 统计封闭岛屿的数目
猜你喜欢

The most concerned occupations after 00: civil servants ranked second. What was the first?

108. 将有序数组转换为二叉搜索树

The K neighbors of each sample are obtained by packet switching

L2-022 重排链表 (25 分)(map+结构体模拟)

PCTP考试经验分享

OneFlow学习笔记:从Functor到OpExprInterpreter

Leetcode-199 - right view of binary tree

Automatic differentiation and higher order derivative in deep learning framework

Harbor enterprise image management system

L2-022 rearrange linked list (25 points) (map + structure simulation)
随机推荐
The K neighbors of each sample are obtained by packet switching
Wechat applet catchtap = "todetail" event problem
OneFlow學習筆記:從Functor到OpExprInterpreter
Introduction to matlab
【原创】使用System.Text.Json对Json字符串进行格式化
Initial experience of talent plan learning camp: communication + adhering to the only way to learn open source collaborative courses
Correct method of calculating inference time of neural network
BK3633 规格书
L2-023 图着色问题 (25 分)(图的遍历)
Illegal character in scheme name at index 0:
Detailed explanation of delete, truncate and drop principles in MySQL database
单片机数码管秒表
2021 Li Hongyi's adaptive learning rate of machine learning
112. 路径总和
Four pictures to understand some basic usage of Matplotlib
Valgrind and kcache grind use run analysis
Go language self-study series | golang structure pointer
错题汇总1
653. 两数之和 IV - 输入 BST
Output first order traversal according to second order and middle order traversal (25 points)