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

I changed repo url with "git remote set-url origin http://github.com/YOU/YOUR_REPO" and yarn start is bringing an error #8887

Closed napoleonddev closed 2 years ago

napoleonddev commented 2 years ago

I cloned a friend's repo but I do not want to push my code to his own repo so I changed the origin URL to my repo URL using "git remote set-url origin http://github.com/YOU/YOUR_REPO". Then I pushed to main and it successfully updated on my URL so I did yarn start and I am getting this error - Screenshot (171)

I'd appreciate a quick reply and help to solve this issue. Thank you.

RDIL commented 2 years ago

Doesn't look like a Yarn problem. Probably the fault of one of the tools you are using.