pcm-shared-components 2.1.373 → 2.1.376
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -53,6 +53,8 @@ NPM_TOKEN=your_npm_token_here
|
|
|
53
53
|
|
|
54
54
|
The token will be used automatically during release and publishing.
|
|
55
55
|
|
|
56
|
+
If `npm publish` fails with a 404 (even though the package exists), your token has likely expired or lost publish access. Regenerate it from the [pcm-shared-components package page](https://www.npmjs.com/package/pcm-shared-components) (Settings tab) or from [https://www.npmjs.com/settings/tokens](https://www.npmjs.com/settings/tokens), then update `NPM_TOKEN` in `.env`.
|
|
57
|
+
|
|
56
58
|
|
|
57
59
|
------------------------------------------------------------------------------------------------------------
|
|
58
60
|
|