could not be created: Error: EPERM: operation not permitted, open ‘D:\Program Files (x86)\nodejs

问题: could not be created: Error: EPERM: operation not permitted, open ‘D:\Program Files (x86)\nodejs\node_cache_logs\2022-05-16T06_34_08_238Z-debug-0.log’

报错原因:npm没有使用权限

解决办法

第一种:管理员身份打开控制台
这种方法偶尔使用没问题,但是要经常使用就很麻烦

第二种: 在node的安装位置,将文件夹 node_cache和node_global赋予用户权限
这种方法就一劳永逸,推荐!
could not be created: Error: EPERM: operation not permitted, open ‘D:\Program Files (x86)\nodejs_第1张图片
could not be created: Error: EPERM: operation not permitted, open ‘D:\Program Files (x86)\nodejs_第2张图片

你可能感兴趣的:(前端,npm,node.js,前端)