yarn install Error
ashuicoder opened this issue · 5 comments
ashuicoder commented
dword-design commented
@ashuicoder Works for me. Have you tried it again? Sounds a bit like a temporary GitHub issue. Also, which commands have you executed before that?
ashuicoder commented
I install other packages are not wrong, just this.
ashuicoder commented
use npm is ok, yarn error
dword-design commented
@ashuicoder hm it's really weird. I tried it via GitHub actions windows again, but no problem:
https://github.com/dword-design/test-nuxt-route-meta-yarn-windows/runs/2373731551?check_suite_focus=true
dword-design commented
@ashuicoder Try to clear the yarn cache via yarn cache clean
and run it again. Maybe also throw away yarn.lock
and run yarn
.