Closed samayer12 closed 2 months ago
Just gave the un-pub a try -- since my NPM creds were working -- and it looks like NPMjs wants us to deprecate it instead (because it has dependents). :cry:
IRT our troubleshooting collab today, I think a deprecation would've been enough to let us know something was wrong (cuz the npm install
would have complained about us using a dep'd version).
...but now, as I go back to try & deprecate it, my NPM creds have dropped again. sigh
Next person in line (or future me if my creds come back): try to deprecate it!
Working with tech support to get my the NPM creds sorted right 'chnow. :crossed_fingers:
Alllllll righty -- was able to get the account creds all sorted. NPMjs.com's pepr@0.0.0-development
officially deprecated.
got it, looks good to close.
Environment
Device and OS: MacOS App version: Local Development Kubernetes distro being used: k3d Other: N/A
Steps to reproduce
Expected result
I can successfully run
npx ${PEPR_ALIAS} build
without errors as shown below.Actual Result
Module does not build.
Visual Proof (screenshots, videos, text, etc)
main
on a5ae3cc35944b4b42182e3a44a48a9f0483710ed: error.logSeverity/Priority
Medium
Additional Context
0.0.0-development
was accidentally published to thenpm
registry. As a result, one issue I ran into was working on a local development version of Pepr, which would build a new local artifact. However, running any pepr commands (e.g.,npx file:pepr-0.0.0-development.tgz build
) would actually pull fromnpm
and fail with an error. Since this is an opaque failure conditiona, this has added significant troubleshooting time to development.NPM unpublishing docs.