-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update dependencies #189
Merged
Merged
Update dependencies #189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jnm
requested changes
May 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting an error trying to build the base image with docker build -f Dockerfile.base .
. I'll try running it again, [Tried again, unfortunately with the same result] but there might be an issue in package-lock.json
.
=> ERROR [13/13] RUN cd jsapp && npm install 29.7s
------
> [13/13] RUN cd jsapp && npm install:
12.11 npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
12.68 npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
15.75 npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
24.14 npm WARN tarball tarball data for reflux-react-16@git+ssh://[email protected]/ied3vil/reflux-react-16.git#d5f04cf7f5ea44ba26c134039127527104f2f533 (sha512-cw6cKO8sGreW+Qww0x0jIz031VDCjKLos1N3unNzQIRR7GQ1GrwzIq4ftRc6vkyFB0oVMNaB7x5Uf9zc3l3Z5Q==) seems to be corrupted. Trying again.
28.01 npm WARN tarball tarball data for reflux-react-16@git+ssh://[email protected]/ied3vil/reflux-react-16.git#d5f04cf7f5ea44ba26c134039127527104f2f533 (sha512-cw6cKO8sGreW+Qww0x0jIz031VDCjKLos1N3unNzQIRR7GQ1GrwzIq4ftRc6vkyFB0oVMNaB7x5Uf9zc3l3Z5Q==) seems to be corrupted. Trying again.
29.35 npm notice
29.35 npm notice New major version of npm available! 7.24.2 -> 10.7.0
29.35 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.7.0>
29.35 npm notice Run `npm install -g [email protected]` to update!
29.35 npm notice
29.36 npm ERR! code EINTEGRITY
29.36 npm ERR! sha512-cw6cKO8sGreW+Qww0x0jIz031VDCjKLos1N3unNzQIRR7GQ1GrwzIq4ftRc6vkyFB0oVMNaB7x5Uf9zc3l3Z5Q== integrity checksum failed when using sha512: wanted sha512-cw6cKO8sGreW+Qww0x0jIz031VDCjKLos1N3unNzQIRR7GQ1GrwzIq4ftRc6vkyFB0oVMNaB7x5Uf9zc3l3Z5Q== but got sha512-Kk341+qoFKUYjwy2+HGO8tQxu/DO14QXtj24nPdeEvexZ6NfWgtk49Jgscd2UOCX4zKZozuL66h75G8s1vO2mA==. (8497 bytes)
29.40
29.40 npm ERR! A complete log of this run can be found in:
29.40 npm ERR! /root/.npm/_logs/2024-05-04T00_56_13_081Z-debug.log
------
Dockerfile.base:53
--------------------
51 |
52 | # Install Node.js dependencies
53 | >>> RUN cd jsapp && npm install
54 |
--------------------
ERROR: failed to solve: process "/bin/bash -c cd jsapp && npm install" did not complete successfully: exit code: 1
jnm
approved these changes
May 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated the Python and NPM dependencies