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.
2 parents 89635fe + 2e7e1f1 commit a020048Copy full SHA for a020048
.scripts/automation_generate.sh
@@ -1,7 +1,4 @@
1
#!/usr/bin/env bash
2
-export NVM_DIR="$HOME/.nvm"
3
-[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
4
-nvm use default
5
6
cd ..
7
.scripts/automation_init.sh
@@ -1,8 +1,4 @@
-curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
-nvm install v18.15.0
-nvm alias default node
+npm install -g @azure-tools/typespec-client-generator-cli
npm install -g @microsoft/rush@5.92.0
8
npm install -g pnpm
0 commit comments