Weyert de Boer
Weyert de Boer
@chris-olszewski I was wondering if you know whether this license [1] is compatible with your license inn such a manner I can vendor the pnpm lockfile parsing in the referenced...
I am having this error with 13.0.3 too while not using `i18n` in `next.config.js`. I am trying to upgrade to 13.0.3 from `12.1.6` and the only change I made was...
This sounds like an interesting PR :)
This appears to be a port of that script: https://github.com/iseki0/go-yarnlock
Maybe this patch from Rush, could also improve things: https://www.npmjs.com/package/@rushstack/eslint-patch
Yes, having the same issue on my Mac
This the error I am getting when running `pnpm run lint` which has the following script definition `turbo run lint --cache-dir=.turbo-cache --no-deps` when using `turbo 1.2.6-canary.0`. > ERROR failed to...
> FYI: `yarn` has `yarn workspaces focus` command to install dependencies of exact workspace Yeah `pnpm` has `pnpm deploy` but don't think they want to depend on such commands
Awesome :D
I have similar issues were it works fine on my Mac but fails on Gitlab CI. Downgrading to 1.2.5 appears to improve things.