node.js – npm install给出错误:EPERM,取消链接

使用命令npm install会出现以下错误

错误:EPERM,取消链接

系统信息:
凉亭版本:1.3.12
节点版本:0.10.35
操作系统:Windows8

我尝试了下面的解决方法但没有解决任何问题.

>清洁凉亭缓存
>卸载凉亭
>使用npm更新decompress-zip
>再次安装凉亭

它不适合我,请建议我一些解决方

解决方法

我遇到了这个问题,在Windows 10中是的.

解?

禁用索引该文件夹(包含package.json的文件夹)的内容

在Windows Shell(文件管理器)上,请按照下列步骤操作:

  1. Right click on the folder with the error,choose ‘Properties’
  2. Click the ‘Advanced…’ button.
  3. Uncheck the checkBox ‘Allow files in this folder to have contents indexed in addition to file properties’.
  4. Press ‘OK’.
  5. On the prevIoUs Properties dialog (visible again),press ‘Apply’
  6. Check radio button ‘Apply changes to this folder,subfolder and files’.
  7. Press ‘OK’.
  8. (can take a while)
  9. Press ‘OK’ (to close properties dialog).
  10. Works!

Screenshot of the infamous checkbox

相关文章

这篇文章主要介绍“基于nodejs的ssh2怎么实现自动化部署”的...
本文小编为大家详细介绍“nodejs怎么实现目录不存在自动创建...
这篇“如何把nodejs数据传到前端”文章的知识点大部分人都不...
本文小编为大家详细介绍“nodejs如何实现定时删除文件”,内...
这篇文章主要讲解了“nodejs安装模块卡住不动怎么解决”,文...
今天小编给大家分享一下如何检测nodejs有没有安装成功的相关...