Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit ee6fa2e

Browse files
committed
Update README
1 parent b6456db commit ee6fa2e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@ $ /opt/wechat-devtool/bin/wxdt
3030
```shell
3131
$ sudo pacman -R wechat-devtool
3232
```
33+
34+
## 常见问题
35+
36+
### WeappVendor is not a directory
37+
38+
> cp: target '/home/user/.config/wechat_web_devtools/WeappVendor/' is not a directory
39+
40+
这是因为路径不存在,手动创建即可:
41+
42+
```shell
43+
$ mkdir -p ~/.config/wechat_web_devtools/WeappVendor/
44+
```

0 commit comments

Comments
 (0)