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
Should be pretty easy to fix by whitelisting the necessary files in package.json:
{ "files": [ "lib", "index.js" ] }
The text was updated successfully, but these errors were encountered:
There’s nothing to fix; they’re included by design. npm install foo && npm explore foo && npm install && npm test should always work.
npm install foo && npm explore foo && npm install && npm test
Separately, the files field is very dangerous and should be avoided in favor of npmignore.
Duplicate of #171. Duplicate of #180. See not just #82, but #149 (review), #132 (review), #128 (review), #59 (comment), #164 (comment), #171 (comment)
Sorry, something went wrong.
TIL about npm explore.
No branches or pull requests
Should be pretty easy to fix by whitelisting the necessary files in package.json:
The text was updated successfully, but these errors were encountered: