np icon indicating copy to clipboard operation
np copied to clipboard

A better `npm publish`

Results 132 np issues
Sort by recently updated
recently updated
newest added

## Description When publishing a new scoped package I am prompted that the package has not been published before and asked if I want to publish it publically. I enter...

Since last week and with no change on my side, I can't publish any package anymore. ## Description Select semver increment or specify new version patch 1.4.3 ✔ Prerequisite check...

## Description Even though I've successfully logged into npm, the publish from np keeps telling me I must log in. ## Steps to reproduce ```bash % npm login --scope @gargoylesoftware...

## Description Using Gerrit will always be stuck in the Pushing tags stage because of different commands, which leads to manual interruption every time. **Is the feature request related to...

## Description npm changed the way `npm publish` command works. From npm v8.5.0 my previous release setup broke (final version it works - **8.4.1**). When **np** does command `npm publish...

bug
help wanted

## Description When publishing my library, the version is set on the top-level package.json, not the project's package.json. Am I not supposed to be running this from the root of...

more information needed

## Description Sometimes you don't want to push the tag back to the repo, e.g. - https://github.com/sindresorhus/np/issues/591 - If you want to make further changes or test after it's published...

## Description Currently, this tool uses `npm ci` if a lock file is present, even if that lock file is ignored through a `.gitignore` file. Since the main reason for...

I'm testing out np in a seperate branch, and trying to run it with yolo and no-cleanup, which should skip the check local working tree step. However, it's not and...

enhancement

## Description When running `np` without any other arguments, the process abruptly exits after it reaches the version selection stage (right after asking to continue even though there are no...