Installation error.

We are having trouble with our project. When we look in our console, we only see this: “node v9.11.1, with pnpm
Installing…”
And it just keeps doing that and eventually terminates. Also, our files randomly disappeared at some point, we had to rewind them to get them back. Does anyone know what’s going on?

Are you seeing any warnings about your project being out of disk space? If so, try running ‘git prune’ and ‘git gc’ to help free up some space. After which, try running ‘enable-npm’, this will likely clear up the problem with your project getting stuck at the installation phase.

If you still have problems let us know your project’s name. If you project is private, then either make it public or DM me a join link so I can take a look. Thanks.