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

Update dependencies #189

Merged
merged 3 commits into from
May 9, 2024
Merged

Update dependencies #189

merged 3 commits into from
May 9, 2024

Conversation

JacquelineMorrissette
Copy link
Contributor

Updated the Python and NPM dependencies

Copy link
Member

@jnm jnm left a 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 jnm merged commit 7ff9da5 into master May 9, 2024
@jnm jnm deleted the update-dependencies branch May 9, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants