You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm is fast, disk space efficient Node package manager.
today, many monorepo developers use this pnpm. (vite, svelte, ...)
I also use it. very fast and helpful.
Please see the link below for more information.
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Azure DevOps
GitHub Actions
Runner images where you need the tool
Ubuntu 18.04
Ubuntu 20.04
Ubuntu 22.04
macOS 10.15
macOS 11
macOS 12
Windows Server 2019
Windows Server 2022
Can this tool be installed during the build?
The documentation says to run "npm install -g pnpm" to install it. We have a stance of not installing tools during runtime, but rather baking them into the image. To keep pipelines from altering the base OS and tools installed.
https://pnpm.io/installation
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered:
I created this request as a duplicate of #2279 , but for Azure DevOps usage. Rather than for Github Actions. Sorry if this is also a duplicate, but I'm unaware of functionality to specify pnpm as the package manager like what's described for the Github Action.
@egg-r
Hi! Yes, it is still a duplicate of #2279. And yes, for Azure DevOps there really is no separate module that can install the requested tool in "one line" or something like that. But you can look at the official instructions for use or the example of use in the community.
Tool name
pnpm
Tool license
MIT
Add or update?
Desired version
latest v7.x.x release
Approximate size
No response
Brief description of tool
pnpm is fast, disk space efficient Node package manager.
today, many monorepo developers use this pnpm. (vite, svelte, ...)
I also use it. very fast and helpful.
Please see the link below for more information.
https://pnpm.io/motivation
https://pnpm.io/feature-comparison
URL for tool's homepage
https://pnpm.io/
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
The documentation says to run "npm install -g pnpm" to install it. We have a stance of not installing tools during runtime, but rather baking them into the image. To keep pipelines from altering the base OS and tools installed. https://pnpm.io/installation
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: