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
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
git pull the latest master branch
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Pulled the latest master branch into my local repo, as of 13 June. Now
npm start
gives the following output:To Reproduce
git pull
the latest master branchnpm start
Desktop (if relevant, please complete the following information):
The text was updated successfully, but these errors were encountered: