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.

Latest behind available versions

See original GitHub issue

Describe the bug Has anyone ever seen or might know why the dist-tag or latest is behind a patch version of what’s available?

We use a tool called changesets to determine when to publish a package, and since the version is behind, our package.json is set at 3.0.7, but npm dist-tag is returning 3.0.6 even though 3.0.7 is in Verdaccio, just not set as latest.

FROM verdaccio/verdaccio:4.0.1
ENV PORT=80
USER root
RUN npm install && \
  test -d node_modules
RUN npm install \
  verdaccio-htpasswd \
  verdaccio-s3-storage
COPY logo-white.png .
COPY config.yaml /verdaccio/conf/config.yaml
COPY htpasswd.txt /verdaccio/conf/htpasswd

We’re using Kubernetes with 3 replicas.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
aphixcommented, Apr 16, 2020

@juanpicado Will do; haven’t needed to publish since but I’ll make sure to record versions & steps next time I do in the off-chance it fails.

Unfortunately that publish was automated via a CI running in the office and everyone is working from home due to COVID so I have even less ability to inspect than normal. Thanks.

FWIW, manually updating the tag worked fine (via npm dist-tag) as a workaround.

1reaction
jonathancreamer-ebcommented, Apr 10, 2020

Thanks, no problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I check the available version of a package in the ...
Use the command: apt-cache policy <packageName>. This gives you information of all available package versions. Example:
Read more >
Python and pip, list all versions of a package that's available?
I'm trying to install a version for a third party library, but the newest version is too new, there were backwards incompatible changes...
Read more >
Ubuntu/Debian: Show list of available versions of a specific ...
I would get a list of versions that are known by the system. But how getting a list of all available versions. I...
Read more >
A Full List of All macOs Versions to Date - MacKeeper
If a new version of macOS is available, you can upgrade to it easily. Simply follow the steps below to update to the...
Read more >
Visual Studio 2022 Release Notes | Microsoft Learn
Click a button to download the latest version of Visual Studio 2022. ... Visual Studio 2022 version 17.4 is Available Today!
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