npm install give Error: EPERM, unlink

前端 未结 8 2267
攒了一身酷
攒了一身酷 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条回答
  •  -上瘾入骨i
    2020-12-06 01:53

    I got the same error and it has been solved by using correct version of node for npm. Check your package.json 'engines' and your installed node version. You can use Node version manager if you need to have several versions installed and switch between them: https://github.com/coreybutler/nvm-windows/releases

提交回复
热议问题