-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JS Bug]: Error when trying to run "npm install" in javascript/21.react-media-template #194
Comments
I'm experiencing the same issue:
OS: Ubuntu 20.04.5 LTS |
Just follow these Build Packages & Samples instructions in main page README. |
I think it might be a good action to adjust the samples documentation to prevent people from getting this error. |
I had the same issue (I didn't with previous versions). I had to npm login and then delete .nvmrc and package-lock.json files. Then "npm install" worked. The main doc: https://learn.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/teams-live-share-quick-start is then broken and should be fixed. |
#200 will fix this issue hopefully. Thanks for calling this out! Some references to a private npm feed got included in our sample package-lock files by accident and resetting the package-lock files exposed some other minor issues as well. Hopefully we'll get this merged soon :) |
Please review FAQ and Known issues before filing a new item!
Please note: any submissions with insufficient reproducible information will be marked as 'Waiting for customer input' and may be closed is there is no response
When trying to run
npm install
, got a npm login error.After login, when trying again to run
npm install
, got:To Reproduce
samples/javascript/21.react-media-template
npm install
npm login
to login in npmnpm install
The text was updated successfully, but these errors were encountered: