This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2c3fe23e docs(plugin): set fix pnpm version
2c3fe23e is described below
commit 2c3fe23eee947ad2d940bb1ffc38abab01a7b947
Author: LinkinStars <[email protected]>
AuthorDate: Mon Apr 22 11:34:57 2024 +0800
docs(plugin): set fix pnpm version
---
docs/guides/plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guides/plugins.md b/docs/guides/plugins.md
index ffdccbd9..d5fe3e82 100644
--- a/docs/guides/plugins.md
+++ b/docs/guides/plugins.md
@@ -96,7 +96,7 @@ COPY --from=answer-builder /usr/bin/answer /usr/bin/answer
RUN apk --no-cache add \
build-base git bash nodejs npm go && \
- npm install -g pnpm
+ npm install -g [email protected]
RUN answer build \
--with github.com/apache/incubator-answer-plugins/connector-basic \