-
Notifications
You must be signed in to change notification settings - Fork 293
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
Error: Cannot find module 'asn1.js' #538
Comments
I am seeing this issue using also with my implementation of openpgpjs. |
I found a workaround by forking the repo and updating their grunt script to include asn1.js
|
@vordimous |
opened a PR I guess we will see if they want to change the way the lib is packaged. |
I hope it's accepted or resolved in some other way. |
There are some new workaround options from the openpgp dev on my PR |
This will be fixed in v5.0 Ref: vercel/ncc#538
This will be fixed in v5.0 Ref: vercel/ncc#538
Getting this error with asn1.js:
This module is required by openpgpjs and used in the GitHub Action ghaction-import-gpg.
Current workaround, add the following deps in
node_modules
:Looks like they are left out of the bundle by ncc.
Reproduce with:
The text was updated successfully, but these errors were encountered: