This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 4eb12b8d4 Update plugins.md - update pnmp version in accordance with
requirements
4eb12b8d4 is described below
commit 4eb12b8d424b95d027b49b4c0d83fd7400f53a40
Author: shockdm <[email protected]>
AuthorDate: Wed Mar 26 14:11:22 2025 -0400
Update plugins.md - update pnmp version in accordance with requirements
- previous version listed in the docs doesn't work with current package
requirements:
```
ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or
Node.js version)
Your pnpm version is incompatible with
"/go//vendor/github.com/apache/answer/ui".
Expected version: >=9
Got: 8.9.2
```
---
docs/getting-started/plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started/plugins.md b/docs/getting-started/plugins.md
index fe11bc18c..0c7255149 100644
--- a/docs/getting-started/plugins.md
+++ b/docs/getting-started/plugins.md
@@ -112,7 +112,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 [email protected]
+ npm install -g [email protected]
RUN answer build \
--with github.com/apache/answer-plugins/connector-basic \