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: 'npm start' is unable to build due to Gruntfile error #1838

Closed
profbbrown opened this issue Jun 13, 2024 · 1 comment
Closed
Labels

Comments

@profbbrown
Copy link

Describe the bug
Pulled the latest master branch into my local repo, as of 13 June. Now npm start gives the following output:

> cyberchef@10.18.8 start
> npx grunt dev

Loading "Gruntfile.js" tasks...ERROR
>> TypeError: ReplaceOperation is not a constructor

Running "clean:dev" (clean) task
Verifying property clean.dev exists in config...ERROR
>> Unable to process task.
Warning: Required config property "clean.dev" missing. Use --force to continue.

Aborted due to warnings.

To Reproduce

  1. git pull the latest master branch
  2. Run npm start

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

  • OS: MacOS, but developing in a dev container using Visual Studio Code
  • Browser: Chrome 124
  • CyberChef version: 10.18.8
@profbbrown profbbrown added the bug label Jun 13, 2024
@profbbrown
Copy link
Author

Solved: needed to update dependencies by running npm install.

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

1 participant