-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Remove PEM files from npm #411
Comments
It's weird, in the v8.0 there was a change to fix that: https://github.com/auth0/node-jsonwebtoken/blob/master/package.json#L46-L51 I've just downloaded the package (with Are you using v8.0? |
Sorry for not responding earlier, yes I was using v8.0+ (I'm currently using v9.2.0). I am still seeing the reported |
🤔 Current last version is v8.1.0. From npm: https://docs.npmjs.com/misc/developers
So both of them should provide the same result. What do you see if you do a |
Well, if I |
Please remove the test folder, or just the PEM files in the test folder, from the node package - these can be excluded by adding it to a
.npmignore
file.I am working on a WebExtension and using
web-ext
which includes this module. When I attempt to "Load unpacked extension..." into Chrome, I see the following warningsand can not load the extensionuntil I manually delete thetest
folder from this module.Update: I misspoke. I can run the extension while these warnings are shown.
The text was updated successfully, but these errors were encountered: