加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

Windows – Bower安装包EPERM重命名错误

发布时间:2020-12-13 21:10:18 所属栏目:Windows 来源:网络整理
导读:清洁windows 7专业安装与节点和git。 简单的bower.json { "name": "name123456","version": "1.0.0","dependencies": { "closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.zip" }} 运行bower安装,它死亡与权限错误。 任何想法为
清洁windows 7专业安装与节点和git。

简单的bower.json

{
  "name": "name123456","version": "1.0.0","dependencies": {
    "closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.zip"
  }
}

运行bower安装,它死亡与权限错误。

任何想法为什么会这样?谢谢你。

这是一个失败的bower 1.2.7及更高版本的zip库。解决方法是重新安装凉亭,因为它将强制升级zip库:
bower cache clean
npm uninstall -g bower
npm install -g bower

有关详细信息,请参阅https://github.com/bower/bower/issues/991

请注意,以上版本的Node版本不够(我试过0.9.9)。使用最新版本的节点,似乎再次正常工作。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读