Error: EACCES: permission denied

后端 未结 23 2344
醉梦人生
醉梦人生 2020-11-29 19:04

I run npm install lodash but it throws Error: EACCES: permission denied error. I know it is permission issue but as far as I know, sudo permission

23条回答
  •  一向
    一向 (楼主)
    2020-11-29 19:42

    On Windows it ended up being that the port was already in use by IIS.

    Stopping IIS (Right-click, Exit), resolved the issue.

提交回复
热议问题