yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.4k stars 2.73k forks source link

GIT_TRACE=1 messes up yarn install #9067

Open yrral86 opened 3 months ago

yrral86 commented 3 months ago

$ GIT_TRACE=1 yarn install yarn install v1.22.19 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error An unexpected error occurred: "Unexpected non-whitespace character after JSON at position 2". info If you think this is a bug, please open a bug report with the information provided in "/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

yarn-error.log: yarn-error.log

If I remove the yarn.lock, it seems to indicate it is this dependency that causes the issue "immer-reducer": "https://github.com/yrral86/immer-reducer.git#temp-release",