BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

Composer Package Manager Error HelpAndCancel

Open jgblouin opened this issue 2 years ago • 1 comments

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

  • [ ] Electron distribution
  • [x ] Chrome
  • [ ] Safari
  • [ ] Firefox
  • [ ] Edge

OS

  • [ ] macOS
  • [x ] Windows
  • [ ] Ubuntu

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

jgblouin avatar Jan 18 '24 16:01 jgblouin

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

OEvgeny avatar Jan 18 '24 16:01 OEvgeny

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

dmvtech avatar Mar 14 '24 19:03 dmvtech