redwoodjs / redwood

The App Framework for Startups
https://redwoodjs.com
MIT License
17.14k stars 979 forks source link

Redwood 0.2.2 can't run yarn install #275

Closed jvanbaarsen closed 4 years ago

jvanbaarsen commented 4 years ago

Not sure if this is a redwood problem, but with Redwood 0.1.0 I was able to run yarn install after generating the app, but with 0.2.2 I'm not able to. The installation hangs forever on @prisma2/client.

I'm running Node 12.13 on MacOS 10.15.3.

jvanbaarsen commented 4 years ago

Ok, after closing all my tmux sessions etc I was able to install the packages. So probably this was something on my machine that was blocking the installation.