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
cyberchef/node_modules/crypto-api/src/crypto-api.mjs:3
import Has160 from "./hasher/has160";
^^^^^^
SyntaxError: Unexpected identifier
at Module._compile (internal/modules/cjs/loader.js:760:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Module.require (internal/modules/cjs/loader.js:723:19)
at require (internal/modules/cjs/helpers.js:14:16)
at eval (webpack://CyberChef/external_%22crypto-api/src/crypto-api.mjs%22?:1:18)
at Object.crypto-api/src/crypto-api.mjs (cyberchef/build/node/CyberChef.js:5377:1)
at __webpack_require__ (cyberchef/build/node/CyberChef.js:41:30)
at eval (webpack://CyberChef/./src/core/lib/Hash.mjs?:4:87)
Expected behavior
test to hex gets executed
Desktop (if relevant, please complete the following information):
OS: linux
Browser node
Version v11.15.0
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior or a link to the recipe / input used to cause the bug:
git clone https://github.com/gchq/cyberchef cd cyberchef npm install grunt node
test.js:
node test.js
Expected behavior
test to hex gets executed
Desktop (if relevant, please complete the following information):
The text was updated successfully, but these errors were encountered: