We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b077998 commit 986f9a8Copy full SHA for 986f9a8
packages/tdesign-miniprogram-chat/site/docs/getting-started.md
@@ -22,7 +22,7 @@ spline: explain
22
小程序已经支持使用 NPM 安装第三方包,详见 [NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm)
23
24
```bash
25
-npm i tdesign-miniprogram -S --production
+npm i tdesign-miniprogram@beta
26
```
27
28
> 安装完之后,需要在微信开发者工具中对 npm 进行构建:`工具 - 构建 npm`。(构建时若出现`NPM packages not found`字样,请到 `project.config.json` 文件补充 `packNpmManually` 和 `packNpmRelationList` 配置项,具体见[NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm))
0 commit comments