nmetulev / graph-react-starter

1 stars 3 forks source link

Yarn install error with Github Codespaces #6

Open DanWahlin opened 3 years ago

DanWahlin commented 3 years ago

First time I ran yarn I got this error.

error An unexpected error occurred: "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz: 
ENOENT: no such file or directory, open '/usr/local/share/yarn-cache/v4/npm-@jest-console-24.9.0-
79b1bc06fb74a8cfb01cbdedf945584b1b9707f0/node_modules/@jest/console/.yarn-tarball.tgz'".

Ran it again and it was fine though. Might be a Github Codespaces thing (haven't tried locally)?

mattetti commented 3 years ago

I didn't experience that locally on or codespace.. maybe the yarn registry had a glitch

DanWahlin commented 3 years ago

Hard to say. I tried it a few times (only on Codespaces though) and it happened each time on the first run. I can't imagine it's a consistent problem though so if you're not able to duplicate it @nmetulev feel free to close this.