Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Hier finden Sie nützliche Informationen über die schrittweise Fehlerbehebung in Verbindung mit der Verwaltung von Node.js-Paketen in der Artifact Registry.
Vorhandene Version eines Pakets kann nicht überschrieben werden
Sie können jeweils nur eine bestimmte Version eines Pakets veröffentlichen.
Dies ist eine npm-Einschränkung, damit der Inhalt einer veröffentlichten Paketversion immer gleich ist und Manipulationen an Abhängigkeiten verhindert werden.
Folgendes ist dann nicht möglich:
Überschreiben einer Paketversion durch erneutes Veröffentlichen im Repository.
Entfernen eines Pakets oder seiner Version aus dem Repository und Veröffentlichen eines Pakets mit demselben Namen und derselben Versionsnummer.
Mithilfe von Tags können Sie die Installation von Paketen in einer bestimmten Entwicklungsphase optimieren. Informationen zur Verwendung von Tags beim Veröffentlichen und Installieren von Paketen finden Sie unter Node.js-Pakete verwalten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-18 (UTC)."],[[["\u003cp\u003eYou can only publish a specific version of a Node.js package once due to npm restrictions.\u003c/p\u003e\n"],["\u003cp\u003eOverwriting an existing package version by republishing it is not allowed.\u003c/p\u003e\n"],["\u003cp\u003eRemoving a package and then publishing a new one with the same name and version number is also not allowed.\u003c/p\u003e\n"],["\u003cp\u003eTags can assist with managing the installation of packages at different development stages.\u003c/p\u003e\n"]]],[],null,["# Troubleshoot Node.js package issues\n\nLearn about troubleshooting steps that you might find helpful if you run into\nproblems managing Node.js packages in Artifact Registry.\n\n### Can't overwrite an existing version of a package\n\nYou can only publish a specific version of a package once.\nThis is an [npm restriction](https://blog.npmjs.org/post/77758351673/npm-publish-f)\nto ensure that the contents of a published package version are always the same,\nand to prevent tampering with dependencies.\n\nAs a result, you cannot:\n\n- Overwrite a package version by publishing it again to the repository\n- Remove a package or its version from the repository, and then publish a package with the same name and version number\n\nTags can help you streamline installation of packages at a\nspecific stage of development. For information about working with tags when you\npublish and install package, see [Managing Node.js packages](/artifact-registry/docs/nodejs/manage-packages)."]]