Development builds not published on NPM on @main tag
See original GitHub issueVersion
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
- Run npm install botframework-webchat@main
Additional context
I am facing https://github.com/microsoft/BotFramework-WebChat/issues/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]
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Package is not publishing to npm (not in the npm registry)
Try npm login . In case of npm publish , sometimes misleading message is shown.
Read more >Adding dist-tags to packages - npm Docs
Publishing a package with a dist-tag · On the command line, navigate to the root directory of your package. cd /path/to/package · Run...
Read more >How to use: npm tags - DEV Community
As already mentioned before, running npm publish without a --tag parameter will also update a tag: The latest tag which is the default...
Read more >Learn How to Develop and Publish an NPM Package - Auth0
The main property now points to build/index.js and the version property labels our code as being on version 0.0.1 . Let's not worry...
Read more >Step by step: Building and publishing an NPM Typescript ...
In this guide, we will build a reusable module in Typescript and publish it as a Node.js package. I've seen it being done...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your patience and appreciation. 🥲
Thanks @compulim, much appreciated 😃