LinkinStars commented on issue #913: URL: https://github.com/apache/incubator-answer/issues/913#issuecomment-2064179944
@aaro-n > RUN apk --no-cache add \ > build-base git bash nodejs npm go && \ > npm install -g pnpm Since pnpm is now up to version 9, you now need to specifically specify that the version of pnpm is 8.9.2 > RUN apk --no-cache add \ > build-base git bash nodejs npm go && \ > npm install -g [email protected] https://github.com/apache/incubator-answer/blob/7a6e5061e5d720157f2aafd07da1a82aaceb543d/Dockerfile#L37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
