Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

两个bug #29

Closed
youngerheart opened this issue May 10, 2016 · 1 comment
Closed

两个bug #29

youngerheart opened this issue May 10, 2016 · 1 comment

Comments

@youngerheart
Copy link

  • 安装后需要 sudo 执行,否则报错
permission denied, open '/Users/younger/.config/configstore/update-notifier-cooking.json'
  • build 出的 dist 目录同样需要 sudo 才能删除
  • html template配置需要优化。
@QingWei-Li
Copy link
Contributor

如果最开始使用 sudo 执行的 cooking 则后面的都需要用 sudo(因为 dist 和那个 json 文件的权限已经是 root 了)
解决方法把 dist 和 json 文件的权限改回来:

sudo chown -R younger ./dist
sudo chown -R  younger /Users/younger/.config/configstore/update-notifier-cooking.json

新更新的 0.3.12 版本已经阻止使用 sudo 执行

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants