Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIT_TRACE=1 messes up yarn install #9067

Open
yrral86 opened this issue May 31, 2024 · 0 comments
Open

GIT_TRACE=1 messes up yarn install #9067

yrral86 opened this issue May 31, 2024 · 0 comments

Comments

@yrral86
Copy link

yrral86 commented May 31, 2024

$ 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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant