A bundled dependency listed cannot be found in dependencies. Add it to dependencies or remove from bundledDependencies.
When bundledDependencies references a package not present in dependencies (or missing on disk), npm fails with EBUNDLEDNOTFOUND.
Add the package to dependencies with a valid version.
Run npm install so node_modules contains the bundled packages before npm pack/publish.
Verify with npm pack --dry-run, then publish.
Bundling copies dependencies into the tarball. Keep the list accurate and minimal to reduce package size.
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