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 I ran "np" but it failed telling me "You must be logged in. Use `npm login` and try again.". I executed "npm whoami" and saw that I am...

I'd like to automate bumping version on every push to `main` or PR merge. Could not find any `np` related GH Action on that matter

## Description I just tried to use `np` to release a package that hadn't been released yet but I got a `JavaScript heap out of memory` error with a very...

_"The following new files will be published the first time"_ list of files does not take into account `.npmignore`'s [precedence](https://docs.npmjs.com/cli/v7/using-npm/developers#keeping-files-out-of-your-package) over `.gitignore` when a file is excluded in the latter...

## Description `np` erroneously warns that files will be omitted from the published package when package.json `"files"` entries start with `/` ## Steps to reproduce It reproduced when publishing https://github.com/cspotcode/tsimportlib...

I recently received some error when I tried to publish a package to Verdaccio. It durate a long time and after a while np throwed ``` error Couldn't publish package:...

https://github.blog/2021-10-04-beta-github-releases-improving-release-experience/ Even though it’s in public beta, the messages autogenerated by the release feature looks to be VERY good and a suitable replacement for np’s manual release note generation. I...

## Description It'd be nice if `np` would ask me if I deliberately added a dependency (as opposed to forgetting to use `yarn add --dev`). Similar to the new files...

enhancement

## Description I'm used to seeing `? The following new files are not already part of your published package:` ... but today I got the following message ```shell yarn run...

## Description Right now, `np` publishes Git tags unsigned. You have to manually update the tag using `--force` and then force-push the updated tag to the repository in order to...