pnpm.io icon indicating copy to clipboard operation
pnpm.io copied to clipboard

Issue installing PNPM in Circle CI (potentially on all linux machines)

Open Jean-Baptiste-Lasselle opened this issue 10 months ago • 6 comments

Hello awesome pnpm team,

I think my pipeline robots spotted an issue about the pnpm installation script.

There you go, i found where the error is coming from :

  • I execute, in a circle ci pipeline, in a debian bookworm docker container :
curl -fsSL https://get.pnpm.io/install.sh | tee ./pnpm.installation.script.sh
  • and here is the displayed output in the circle ci pipeline : image

So there are only 3 possible explanations I can fathom, this is either caused by :

  • Circle CI messing up the script characters,
  • this is coming from PNPM team, either the https://get.pnpm.io server has an issue, or the script itself recently changed
  • this is coming from a recent change in github (pages?) infrastructure configuration

see https://github.com/3forges/juste-un-curieux/issues/17#issuecomment-1694600783

Jean-Baptiste-Lasselle avatar Aug 27 '23 08:08 Jean-Baptiste-Lasselle