Bundled dependencies are malformed. Fix or remove invalid bundledDependencies entries before publishing.
EBUNDLEDINVALID occurs when bundledDependencies is not an array of valid package names, or bundle entries are missing from dependencies.
Ensure bundledDependencies is an array of strings and each is listed in dependencies.
Delete bad entries or add proper dependency versions.
Verify the tarball before publish:
npm pack --dry-runThen publish once the bundle is correct.
Bundling is rare; prefer normal dependencies unless you have a specific offline/install reason.
npm error code ENOENT npm error syscall spawn git npm error path git npm error errno -4058 npm error enoent An unknown git error occurred
How to fix "spawn git ENOENT" in npm
npm error code E401 npm error Incorrect or missing password.
How to fix 'E401 Unable to authenticate' errors with npm private registries
npm notice access token expired or revoked. Please try logging in again.
Token has expired - npm authentication failure