Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我切换npm到pnpm.
npm
pnpm
我应该如何修改该 Dockerfile 以使其保持多阶段,但也使用pnpm而不是npm?
我知道我有点晚了,但这对我有用:
RUN apk add --no-cache curl \ && curl -sL https://unpkg.com/@pnpm/self-installer | node