microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Composer Package Manager Error HelpAndCancel #9690

Closed jgblouin closed 3 months ago

jgblouin commented 5 months ago

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. Screenshot 2024-01-18 112029

Version

Bot Framework SDK 4.12.0

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Package manager'
  2. Click on 'Microsoft.Bot.Components.HelpAndCancel'
  3. Click on 'Install 1.4.0'
  4. See error

Expected behavior

No idea, never got there. :(

Screenshots

See above.

Additional context

OEvgeny commented 5 months ago

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:

image image

dmvtech commented 3 months ago

Closing as likely resolved. If you are still having issues, please comment and we can reopen and continue.