improve docs

This commit is contained in:
lixianjing 2020-11-07 16:12:01 +08:00
parent e1174bdfac
commit 1cdfcd2108
2 changed files with 35012 additions and 34996 deletions

View File

@ -273,3 +273,19 @@ ret_t locale_info_change(locale_info_t* locale_info, const char* language, const
```
design/default/styles/keyboard.xml
```
#### 21.如何处理Cannot find module 'glob'
一般来说,执行下面的命令即可:
```
npm install -g glob
```
在Linux/MacOS上有时仍然出现错误可以通过下面的命令设置NODE_PATH环境变量
```
export NODE_PATH="$(npm root -g)"
```

File diff suppressed because it is too large Load Diff