Skip to content
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

Composer Package Manager Error HelpAndCancel #9690

Closed
6 tasks
jgblouin opened this issue Jan 18, 2024 · 2 comments
Closed
6 tasks

Composer Package Manager Error HelpAndCancel #9690

jgblouin opened this issue Jan 18, 2024 · 2 comments
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working

Comments

@jgblouin
Copy link

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 jgblouin added Needs-triage A new issue that require triage Type: Bug Something isn't working labels Jan 18, 2024
@OEvgeny
Copy link
Collaborator

OEvgeny commented Jan 18, 2024

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
Copy link
Collaborator

dmvtech commented Mar 14, 2024

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

@dmvtech dmvtech closed this as completed Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants