-
Notifications
You must be signed in to change notification settings - Fork 0
team app
phaledang edited this page Nov 8, 2024
·
6 revisions
https://github.com/coreybutler/nvm-windows/releases
To install teamsapp-cli, use nvm to install and use node 18. Open Windows Powershell as Administrator and run below scripts
nvm install 18
nvm use 18.20.4
npm install -g @microsoft/teamsapp-cli
npm install --save @microsoft/teams-js
Install team toolkit extension https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension

If Team toolkit is not there, click on the … to show more tools
References: What is the Teams JavaScript client library? - Training | Microsoft Learn