We should do an examination of the npm tags on packages across the PF ecosystem, and remove any that are old/ununsed/misleading. E.g. next tags that point to versions which are behind current development.
You can remove npm tags using the npm CLI and the command npm dist-tag rm <package name> <tag name>
We should do an examination of the npm tags on packages across the PF ecosystem, and remove any that are old/ununsed/misleading. E.g.
nexttags that point to versions which are behind current development.You can remove npm tags using the npm CLI and the command
npm dist-tag rm <package name> <tag name>