Skip to content

Commit 986f9a8

Browse files
authored
docs: update getting-started.md (#4068)
1 parent b077998 commit 986f9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdesign-miniprogram-chat/site/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spline: explain
2222
小程序已经支持使用 NPM 安装第三方包,详见 [NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm)
2323

2424
```bash
25-
npm i tdesign-miniprogram -S --production
25+
npm i tdesign-miniprogram@beta
2626
```
2727

2828
> 安装完之后,需要在微信开发者工具中对 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

Comments
 (0)