beeminder / blog

3 stars 2 forks source link

Get pnpm versions out of package.json #492

Open dreeves opened 4 weeks ago

dreeves commented 4 weeks ago
### Desiderata
- [ ] Try narthur's suggestion of removing engines and packageManager from package.json
- [ ] See if it happens again

Thing driving me crazy: I can't seem to ever deploy the blog without changing these pnpm lines in package.json:

    "pnpm": ">=9.0.6"
  },
  "packageManager": "pnpm@9.0.6",

render.com always complains, like "we're using pnpm 9.0.6 but you're on 9.0.2"

narthur: Try just removing engines and packageManager from package.json. May not be necessary.

Verbata: deploys, versioning, dependency hell,

narthur commented 5 days ago

@dreeves said this issue seems to be fixed.

dreeves commented 5 days ago

Just that I hadn't seen it happen lately and I couldn't remember if I'd tried your suggestion.