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 There is an option to create GitHub releases. Are there any plans to do the same for GitLab? ## Possible implementation I could help with implementation.

wontfix

## Description `np --contents=./lib` and `np` with `contents: './lib'` in `.np-config.js` have different outcomes. ## Steps to reproduce 1. publish a package with `np --contents=./lib` 2. publish a package with...

bug
help wanted

## Description Config are getting ignored by np whenever you publish it ## Steps to reproduce 1. add a new .np-config or np config in package.json 2. after that pass...

I believe that for `np` to resolve https://github.com/advisories/GHSA-pfrx-2q88-qq97, one dependency that needs to be upgraded is `npm-name`, in order to get the fixed version of `got`. I see 2 reasonable...

I'm able to use the package successfully to update my version and publish new releases. The other flags work (e.g. --no-tests), but for some reason, `--tag` never actually makes any...

_np_ doesn't resolve the full URL when `package.json` contains `"repository": "github:foo/bar"`. ## Description According to the [npm documentation](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#repository) you should be able to use shorthand references to repos on the...

bug
help wanted
good first issue

There should, if it is not already available, ignore publish files by some flag on configuration file **.np-config.JSON**. I am not aware of how may I do it. How must...

## Description I have a scoped package which is already publicly released ([release on npm](https://www.npmjs.com/package/@wireapp/protocol-messaging)) and now I want to integrate "np" in my release process. When running "np" it...

bug
help wanted

## Description > The "prerelease identifier" to use as a prefix for the "prerelease" part of a semver. Like the rc in 1.2.0-rc.8. > see [npm-version#preid](https://docs.npmjs.com/cli/v8/commands/npm-version#preid) ![](https://cloud.githubusercontent.com/assets/170270/19249354/4e0356ea-8f5f-11e6-89da-4308f13d938e.png) #97 (with interactive-ui...

enhancement

``` ✖ Error publishing package: Command failed with exit code 1 (EPERM): npm publish --tag next --otp 669300 The project was rolled back to its previous state. ``` Running that...

enhancement
help wanted