Bug: Failed to execute 'decode' on 'TextDecoder': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'.
PaoPaoYo opened this issue · 2 comments
PaoPaoYo commented
What happened?
What did you expect to happen?
正常启动
How can we reproduce it (as minimally and precisely as possible)?
按文档启动
Anything else we need to know?
No response
version
"open-im-sdk": "^3.5.1-alpha.7"
oimws: 3.5.1-alpha.8
Cloud provider
OS version
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```
Install tools
PaoPaoYo commented
删除node_modules重新安装就好了
hylreg commented
You can use oimws3.5.0 for the time being