npm install give Error: EPERM, unlink

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

    Had a similar issue - npm install had worked fine for months, but we upgraded a few libraries and started getting the same error.

    Ended up switching from NPM to yarn, which did work.

提交回复
热议问题