microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.6k stars 1.55k forks source link

Unable to install 4.18.0 #5221

Closed HesselWellema closed 5 months ago

HesselWellema commented 5 months ago

Is it an issue related to Adaptive Cards?

No

Is this an accessibility issue?

No

What version of Web Chat are you using?

Latest production

Which distribution are you using Web Chat from?

NPM

Which hosting environment does this issue primarily affect?

Web apps

Which browsers and platforms do the issue happened?

Browser: Edge (latest)

Which area does this issue affect?

Development experience

Which theme pack does this issue affect?

I did not test it on other theme packs

What is the public URL for the website?

No response

Please describe the bug

Hi,

I did my prepations in the botcode and am now ready to use webchat to receive streaming answers via the typing event. How do I install it.

Manual installing the version gives: npm ERR! notarget No matching version found for botframework-webchat@^4.18.0. Using @latest gives me 4.17.0

any guidance much appreciated

Do you see any errors in console log?

npm ERR! notarget No matching version found for botframework-webchat@^4.18.0.

How to reproduce the issue?

Try to install 4.18.0 in your development environment

What do you expect?

webchat version 4.18.0

What actually happened?

An error and no new version

Do you have any screenshots or recordings to repro the issue?

No response

Adaptive Card JSON

No response

Additional context

No response

compulim commented 5 months ago

image

4.18.0 is not out yet. We are still working on it.

compulim commented 5 months ago

I don't recall which development build have livestreaming. But I am sure the latest have it.

npm install botframework-webchat@main
rliberoff commented 4 months ago

Hi @compulim

Do you know if the newest version 4.18.0 has this feature?

Thank you.