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

Development builds not published on NPM on @main tag #3955

Closed
iMicknl opened this issue Jun 18, 2021 · 5 comments
Closed

Development builds not published on NPM on @main tag #3955

iMicknl opened this issue Jun 18, 2021 · 5 comments
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete.

Comments

@iMicknl
Copy link
Member

iMicknl commented Jun 18, 2021

Version

n.a.

Describe the bug

npm install botframework-webchat@main results in npm ERR! notarget No matching version found for botframework-webchat@main..

It seems that main isn't published on NPM, where master still is but on a very old version. https://www.npmjs.com/package/botframework-webchat. The existence of @main tag is published in the README.

Steps to reproduce

  1. Run npm install botframework-webchat@main

Additional context

I am facing #3856 while creating a custom Power BI Visual. I will try to revert to 4.11.0 for the time being, however in development I would like to use the latest main build.

Installing it directly via NPM install with git notation doesn't work for monorepo's, as far as I know.

[Bug]

@iMicknl iMicknl added Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete. labels Jun 18, 2021
@iMicknl
Copy link
Member Author

iMicknl commented Jun 18, 2021

Possible related to #3948, however in that case the READM.md should be changed to mention @next instead of @main.

@alopix
Copy link

alopix commented Sep 1, 2021

The README instructions not working basically blocks using with React 17 as mentioned in issue #4034 :(

@compulim
Copy link
Contributor

image

Finally, we just start releasing development build with the dist-tag of main again.

You can now run npm install botframework-webchat@main to install the latest dev build based from main branch.

Please note that this build may not be as stable as production version as there are some cases that our automated tests can't catch, e.g. browsers other than Chromium, screen reader, etc.

If you encounter any issues, please file us an issue. 😉

@iMicknl
Copy link
Member Author

iMicknl commented Apr 13, 2022

Thanks @compulim, much appreciated :)

@compulim
Copy link
Contributor

Thanks for your patience and appreciation. 🥲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete.
Projects
None yet
Development

No branches or pull requests

3 participants