npm install give Error: EPERM, unlink

前端 未结 8 2268
攒了一身酷
攒了一身酷 2020-12-06 01:16

using command npm install give the following error

Error: EPERM, unlink

System info: Bower version: 1.3.12 Node version: 0.10.35 OS : Windows8

I tri

8条回答
  •  执笔经年
    2020-12-06 01:46

    For me, remove the indexation has solved my problem.

    But the indexation was back after to have recreate the folder. In this case the solution is one the options follow:

    • disable permanently the indexation service or
    • exclude the folder of indexation or
    • exclude the file format in indexation option.

    I am on Windows 10 and this action seems resolve my problem permanently.

提交回复
热议问题