Skip to content
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: Running the project locally #1205

Closed
erikkamph opened this issue Jun 3, 2021 · 3 comments
Closed

Bug report: Running the project locally #1205

erikkamph opened this issue Jun 3, 2021 · 3 comments
Labels

Comments

@erikkamph
Copy link

Describe the bug
The bug is that cyberchef when started with npm start can not find a module called "OpModules.mjs" when accessed from Firefox in Parrot OS.

To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:

  1. Start a virtual machine with Parrot OS installed
  2. Download latest version of the project.
  3. Open a terminal in the project folder.
  4. Run npm install
  5. Run npm audit fix
  6. Run npm start
  7. Open Firefox and go to http://0.0.0.0:8080/
  8. See the errors in Firefox and Terminal.

Expected behaviour
My expectation was to be able to run the project locally on my virtual machine whenever I have a slow internet connection, since it will be faster running it locally.

Screenshots
Screenshot 2021-06-03 at 13 16 01
Screenshot 2021-06-03 at 13 36 04
Screenshot 2021-06-03 at 13 36 09

Desktop (if relevant, please complete the following information):

  • Host OS: macOS
  • Host OS Version: 11.4
  • Application: VMWare Fusion
  • Application Version: 12.1.2
  • Guest OS: Parrot OS
  • Guest OS Version: 4.11
  • Guest OS Browser: Firefox
  • Guest OS Browser Version: 78.0
  • Guest OS Terminal: Konsole
  • Guest OS Terminal Version: 20.12.3
@erikkamph erikkamph added the bug label Jun 3, 2021
@sganson-tss
Copy link

sganson-tss commented Jun 3, 2021 via email

@erikkamph
Copy link
Author

Node version is 12.21.0
npm version is 7.5.2

@mt3571
Copy link
Contributor

mt3571 commented Jun 4, 2021

Try downgrading to Node v10, see this issue and the README for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants