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
When trying to compile the latest version of shiny-server (v1.5.18.987) on arm64 architecture (Raspberry Pi) the installation of npm modules fails because the checksum of rstudio/node-optimist doesn't match
~/shiny-server/tmp $ (cd .. && ./bin/npm install)
npm WARN tarball tarball data for optimist@git+ssh://[email protected]/rstudio/node-optimist.git#dbbadda31e53b63225a57e172a528b1ddc52be52 (sha512-3RAVyfbptsR6HOFA0BFNLyw8ZXXDRWf5P3tIslbNt12kTikaRWepRR9vLHMyibIZeNfScI9uGqcn1KfbIAeuXA==) seems to be corrupted. Trying again.
npm WARN tarball tarball data for optimist@git+ssh://[email protected]/rstudio/node-optimist.git#dbbadda31e53b63225a57e172a528b1ddc52be52 (sha512-3RAVyfbptsR6HOFA0BFNLyw8ZXXDRWf5P3tIslbNt12kTikaRWepRR9vLHMyibIZeNfScI9uGqcn1KfbIAeuXA==) seems to be corrupted. Trying again.
npm ERR! code EINTEGRITY
npm ERR! sha512-3RAVyfbptsR6HOFA0BFNLyw8ZXXDRWf5P3tIslbNt12kTikaRWepRR9vLHMyibIZeNfScI9uGqcn1KfbIAeuXA== integrity checksum failed when using sha512: wanted sha512-3RAVyfbptsR6HOFA0BFNLyw8ZXXDRWf5P3tIslbNt12kTikaRWepRR9vLHMyibIZeNfScI9uGqcn1KfbIAeuXA== but got sha512-ZwrJM2WaOJesJGZlejLqAiBAE6Ts2PZNk1pQ/x1uTMsQw83BaXWShjqCbhh5bPQUNrlx2Ijz1dOr0hLmlkxKag==. (12281 bytes)
This doesn't happen on x64 architecture, I know you do not support arm64 architecture but I would be really grateful if you could give me a clue on what could be going wrong. Compilation used to work smoothly with all previous versions of shiny-server on arm64 (I currently have v1.5.17.973 installed) so I have no idea what could be going wrong
The text was updated successfully, but these errors were encountered:
I ran into the same problem when compiling it on Raspberry Pi as well. Updating the integrity for node_modules/optimist in npm-shrinkwrap.json did the trick.
When trying to compile the latest version of
shiny-server
(v1.5.18.987) on arm64 architecture (Raspberry Pi) the installation of npm modules fails because the checksum ofrstudio/node-optimist
doesn't matchThis doesn't happen on
x64
architecture, I know you do not supportarm64
architecture but I would be really grateful if you could give me a clue on what could be going wrong. Compilation used to work smoothly with all previous versions ofshiny-server
onarm64
(I currently have v1.5.17.973 installed) so I have no idea what could be going wrongThe text was updated successfully, but these errors were encountered: