Skip to content

Commit

Permalink
feat(node)!: remove pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 5, 2024
1 parent 803b280 commit 4e459c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-spies-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-ide": minor
---

feat(node)!: remove pm2
14 changes: 13 additions & 1 deletion src/installers/node.installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@ corepack enable
corepack install -g pnpm
corepack install -g yarn

npm i -g ts-node tsx npm-check-updates del-cli http-server pm2 degit # @arethetypeswrong/cli loadtest cloc
# @arethetypeswrong/cli loadtest cloc pm2
echo "installing ts-node"
npm i -g ts-node
echo "installing tsx"
npm i -g tsx
echo "installing del-cli"
npm i -g del-cli
echo "installing http-server"
npm i -g http-server
echo "installing degit"
npm i -g degit
echo "installing npm-check-updates"
npm i -g npm-check-updates

echo '# node
eval "`fnm env --shell zsh`" # for fnm
Expand Down

0 comments on commit 4e459c0

Please sign in to comment.