question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Development builds not published on NPM on @main tag

See original GitHub issue

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 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
compulimcommented, Apr 13, 2022

Thanks for your patience and appreciation. 🥲

1reaction
iMicknlcommented, Apr 13, 2022

Thanks @compulim, much appreciated 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found