We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681306e commit f226fd5Copy full SHA for f226fd5
devenv/lib/node.py
@@ -9,7 +9,7 @@
9
from devenv.lib import proc
10
11
12
-_shims = ("node", "npm", "npx", "yarn", "pnpm")
+_shims = ("node", "npm", "npx", "yarn")
13
14
15
def _install(url: str, sha256: str, into: str) -> None:
0 commit comments