Composer Package Manager Error HelpAndCancel
Describe the bug
Can not install Microsoft.Bot.Components.HelpAndCancel. I receive an Install Error message. Tried installing version 1.4.0 and then tried previous versions with the same result. See attached screenshot.
Version
Bot Framework SDK 4.12.0
Browser
- [ ] Electron distribution
- [x ] Chrome
- [ ] Safari
- [ ] Firefox
- [ ] Edge
OS
- [ ] macOS
- [x ] Windows
- [ ] Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to 'Package manager'
- Click on 'Microsoft.Bot.Components.HelpAndCancel'
- Click on 'Install 1.4.0'
- See error
Expected behavior
No idea, never got there. :(
Screenshots
See above.
Additional context
First of all, please ensure, you're using the latest niglty release of the Composer app.
This may happen because of NPM giving notice about a new version available and Composer Package manager treats this as an error. As a workaround try updating NPM to the latest version. Run the command in the WIndows Terminal app:
npm i -G npm@latest
After this is done, I was able to install the package:
Closing as likely resolved. If you are still having issues, please comment and we can reopen and continue.