Commit aee9f8f
committed
fix(tools.func): pin npm to 11.11.0 to work around Node.js 22.22.2 regression
Node.js 22.22.2 ships with a broken npm self-upgrade path where 'npm install -g npm@latest' fails with MODULE_NOT_FOUND for promise-retry. Pin to npm@11.11.0 as a known-good version until the upstream issue is resolved. Ref: nodejs/node#62425, npm/cli#91511 parent d915dee commit aee9f8f
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6233 | 6233 | | |
6234 | 6234 | | |
6235 | 6235 | | |
6236 | | - | |
6237 | | - | |
| 6236 | + | |
| 6237 | + | |
6238 | 6238 | | |
6239 | 6239 | | |
6240 | 6240 | | |
| |||
6298 | 6298 | | |
6299 | 6299 | | |
6300 | 6300 | | |
6301 | | - | |
| 6301 | + | |
6302 | 6302 | | |
6303 | 6303 | | |
6304 | 6304 | | |
6305 | | - | |
6306 | | - | |
| 6305 | + | |
| 6306 | + | |
6307 | 6307 | | |
6308 | 6308 | | |
6309 | 6309 | | |
| |||
0 commit comments