Open bapoorva opened 2 years ago
I have had the same problem #523 with the optimist
npm module since the v1.5.18.987 release, the only workaround I could find is to modify the shiny-server/npm-shrinkwrap.json
file and replace the SHASUM for that module to the expected one.
Old line: '"integrity": "sha512-3RAVyfbptsR6HOFA0BFNLyw8ZXXDRWf5P3tIslbNt12kTikaRWepRR9vLHMyibIZeNfScI9uGqcn1KfbIAeuXA==",'
New line: '"integrity": "sha512-ZwrJM2WaOJesJGZlejLqAiBAE6Ts2PZNk1pQ/x1uTMsQw83BaXWShjqCbhh5bPQUNrlx2Ijz1dOr0hLmlkxKag==",'
Hi,
I'm having a lot of issues installing shiny-server on ARM64 architecture. So last time, i had this problem, I was able to resolve it using the solution I've posted #477. I had to install it again on a new AWS EC2 for another shiny app and this time I'm getting the following error
So obviously its a github issue. I checked
~/.ssh
and turns out that didn't exist. So I followed instructions here. I created a new key usingssh-keygen
. This generated~/.ssh/id_rsa
and~/.ssh/id_rsa.pub
files. I used the key in id_rsa.pub and added it to ssh keys tab in my gitlab account. I'm still getting the same error.I even tried the steps provided here from #532 . Same issue when i run the
packaging/make-package.sh
step.how do i fix it ?