-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Bug Report: Postinstall Failed on Windows 10 #376
Bug Report: Postinstall Failed on Windows 10 #376
Comments
I guess it's because Line 137 in 016086e
is a Bash command. So you can build CyberChef only on Linux and MacOS. Maybe there is a way to create a cross-platform package.json, but I don't know how. |
Ended up using Docker and Gitlab CI to build... |
On Windows 10, as of build 14328, there is the possibility to install a Bash shell, which worked fine for me. Note that after the "npm install", I also had to run "npm update" before the build (grunt dev) would run. For the node.js version to run (grunt node), I updated Gruntfile.js and commented out the 2 lines with "whitelist: ["crypto-api/src/crypto-api"]". This was to fix the following error:
Gruntfile.js lines 204 - 242:
|
Summary
When running "npm install" on Windows 10 the following error is generated:
Example
Error:
The text was updated successfully, but these errors were encountered: