npm install give Error: EPERM, unlink

前端 未结 8 2276
攒了一身酷
攒了一身酷 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:48

    My case was even simpler... a process was still using one of the files in the folder that required deletion. Killing the task responsible enabled me to install correctly.

提交回复
热议问题