cytoscape / cytoscape-explore

Network visualization webapp.
MIT License
13 stars 4 forks source link

NDEX dependencies aren't correctly installed #145

Closed maxkfranz closed 2 years ago

maxkfranz commented 2 years ago

Describe the bug

The NDEX dependencies don't install properly.

To Reproduce Steps to reproduce the behavior:

  1. Go to #141 and checkout fix/no-red
  2. Run docker build -t cytoscape-explore .
  3. Note the error in installation.
 => ERROR [6/8] RUN NODE_ENV=development npm ci # dev b/c we need dev deps                                                                                  16.5s
------
 > [6/8] RUN NODE_ENV=development npm ci # dev b/c we need dev deps:
#10 6.321 npm WARN tarball tarball data for @js4cytoscape/ndex-client@https://gitpkg.now.sh/cytoscape/js4cytoscape/packages/ndex-client?develop (sha512-IxIZ2yVNCf0Ul67wpidx2Ek6TDeMFBvIuxUl2/TLCM/3ZwzA7sNS0yIrmJEZfPFP1BrsXdfN60v9rmP/h4SpZA==) seems to be corrupted. Trying one more time.
#10 9.512 npm ERR! code EINTEGRITY
#10 9.515 npm ERR! sha512-IxIZ2yVNCf0Ul67wpidx2Ek6TDeMFBvIuxUl2/TLCM/3ZwzA7sNS0yIrmJEZfPFP1BrsXdfN60v9rmP/h4SpZA== integrity checksum failed when using sha512: wanted sha512-IxIZ2yVNCf0Ul67wpidx2Ek6TDeMFBvIuxUl2/TLCM/3ZwzA7sNS0yIrmJEZfPFP1BrsXdfN60v9rmP/h4SpZA== but got sha512-fZpIYY9f345UJsYBrBCh5+ek86cfdXndhpa5PfaHO+0f3/6TuNC9Q1aeyvu92gSjle/xkwBQsu/LcPxSvAchNg==. (72703 bytes)
#10 16.32
#10 16.32 npm ERR! A complete log of this run can be found in:
#10 16.32 npm ERR!     /root/.npm/_logs/2022-03-07T17_37_50_114Z-debug.log
------
executor failed running [/bin/sh -c NODE_ENV=development npm ci # dev b/c we need dev deps]: exit code: 1

Expected behavior The installation should be clean.

Screenshots N/A

Desktop (please complete the following information):

Additional context

Blocks successful CI deployment. See #141