10년 된 사이트 업데이트 문제

아 잠깐, PUPS 오류가 이 때문일지도 모르겠네:

error This project's package.json defines "packageManager": "yarn@pnpm@9.15.5". However the current global version of Yarn is 1.22.22.

도대체 왜 이런 거지…

자, templates/web.template.yml 파일에 이 내용이 있는 것 같아:

  - exec:
      cd: $home
      hook: yarn
      cmd:
        - |-
          if [ "$version" != "tests-passed" ]; then
            rm -rf app/assets/javascripts/node_modules
          fi
        - su discourse -c 'yarn config set network-timeout 60000 -g'
        - su discourse -c 'yarn install --frozen-lockfile && yarn cache clean'

근데 내가 이걸 추가한 적은 없는데… 그리고 여기 어딘가에서 yarn 버전 불일치가 있어서 문제가 발생하는 것 같아?