Jiri Spac
Jiri Spac
@prisma/client runs prisma generate in its postinstall script. Not sure why.
when yarn/npm/pnpm runs postinstall script, the process is not finished yet. Lockfile is not yet written out to the file system. Running another install at this moment is running two...
yeah that's interesting :100: I certainly have those. I am starting to think I may have been wrong. ALternative cause for this stuck generation I suspect is having `npx` in...
In that case this bug is probably not that important to fix, but would be worth checking out a bit more, because it is certainly happenning and it is very...
I think it will break when importing that module. That import name has to be PascalCased too.
@codingtwinky I am on Ubuntu 15.04 getmac installs fine, but `npm install [email protected]` gives me an error-latest version of that package is `0.1.2`
Yes, installation. When I tried to install it for the first time, I did not have ungit installed in CLI. Now I have, but the install still fails.
thanks you @ObjectJosh. Tried your proposed changes on my little project, works nicely for my usecase.
I also had failures just because I had a mismatch between my vars/secrets A better error message would be awesome.
Wow, I gotta say I am impressed by this project already. I am using Prisma in production ATM and seeing how slow it is and how bad defaults it has,...