-
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
install 3rd party dependencies via yarn #1
Comments
Hi @graingert, As discussed in #10 and #43, we're going to look at library management over the next few months. We will consider the use of yarn along with other options. |
graingert
pushed a commit
to graingert/CyberChef
that referenced
this issue
Mar 30, 2017
n1474335
pushed a commit
that referenced
this issue
Jun 13, 2017
a3957273
pushed a commit
that referenced
this issue
Feb 4, 2024
different fix which does not break any tests
oliverrahner
added a commit
to DKE-Data/CyberChef
that referenced
this issue
Aug 20, 2024
…d_response_certificate_decoding Feature/agrirouter onboard response certificate decoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently all 3rd party code is stored in https://github.com/gchq/CyberChef/tree/master/src/js/lib
It would be much easier to manage updates to these packages if they were declared in your package.json and installed via
yarn install
https://yarnpkg.com/The text was updated successfully, but these errors were encountered: