We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm-check-updates
1 parent aca9f0a commit eeb5ce3Copy full SHA for eeb5ce3
.changeset/tame-pandas-smoke.md
@@ -0,0 +1,5 @@
1
+---
2
+"web-ide": patch
3
4
+
5
+feat(node): install `npm-check-updates`
src/installers/node.installer.sh
@@ -20,10 +20,11 @@ fnm install 20
20
fnm install 18
21
22
# @arethetypeswrong/cli loadtest cloc pm2 npm-check-updates tree-cli
23
-npm i -g tsx
+npm i -g tsx # TODO: Remove this when Node 24 is stable.
24
npm i -g del-cli
25
npm i -g @antfu/ni
26
npm i -g http-server
27
+npm i -g npm-check-updates
28
npm i -g degit
29
30
# TODO: Remove the enabling when corepack is stable
0 commit comments