git-bash-npm-install-权限错误

环境描述:

  • windows10
  • git bash
  • node v10.15.0
  • npm 6.4.1

问题描述:
执行 npm install 命令时,报如下权限错误:

npm ERR! code EPERM
npm ERR! errno -4048

把 git bash 换成 powershell 没有该权限问题,如果非要使用 git bash, 解决方法如下:

  1. 找到 git bash 程序 (${git-install-directory}/bin/bash.exe)
  2. 右键 - 属性 - 安全 - 编辑 - 选中操作系统当前用户 - 勾选完全控制 - 确定

你可能感兴趣的:(git-bash-npm-install-权限错误)