We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm pack
See https://github.com/coreyfarrell/pack-socket for demonstration
If a unix socket file has a filename that would be included in npm pack it is not ignored. This causes a cb() never called! error.
cb() never called!
On Linux (or maybe OSX):
git clone https://github.com/coreyfarrell/pack-socket cd pack-socket npm pack
Unix socket files should be ignored regardless of .npmignore / package.json#files settings
.npmignore
package.json#files
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
How
See https://github.com/coreyfarrell/pack-socket for demonstration
Current Behavior
If a unix socket file has a filename that would be included in
npm pack
it is not ignored. This causes acb() never called!
error.Steps to Reproduce
On Linux (or maybe OSX):
Expected Behavior
Unix socket files should be ignored regardless of
.npmignore
/package.json#files
settingsThe text was updated successfully, but these errors were encountered: