You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently causing some issues in CyberChef and preventing our API from working correctly (see gchq/CyberChef#600). Is there any way this could be fixed soon?
crypto-api is a really great library and I believe we use almost everything it provides so it would be a shame to have to move away from it.
janisozaur
added a commit
to janisozaur/crypto-api
that referenced
this issue
Nov 12, 2019
In Node 12, extensions are required on all import statements so that Node knows whether to treat it as a module (mjs) or a script (js).
Currently, running crypto-api in Node 12 gives the following error:
Changing all your imports to specify the file extension will solve this.
The text was updated successfully, but these errors were encountered: