Leonardo Rocha
Leonardo Rocha
Same happening with me: redis: 3.0.2 jest: 24.9.0
I'm using Fedora 25 (PHP 7.0.20) and I have had the same problem. Just creating a new config file `/etc/php.d/50-ds.ini`, as teached on @derickr post, worked perfectly. Inside the file,...
@KevinMind Could you share how did you use node-tailor with Next.js? I'm very interested in developing an application using both. Did you import tailor into Next.js project or run both...
@mikeduminy The issues reported here were fixed in versions [0.22](https://github.com/nodejs/corepack/releases/tag/v0.22.0) and [0.26](https://github.com/nodejs/corepack/releases/tag/v0.26.0). Setting a private registry using `COREPACK_NPM_REGISTRY` now leads to Yarn Berry being fetched correctly.
> I actually just ran into that cause I ran corepack use yarn@4 in a project to update the version which was saved with one checksum (from repo.yarnpkg.com), then our...
@aduh95 Nice. I will prepare it.
Hi @dhardtke, Corepack provides an environment variable to disable the signature check: `COREPACK_INTEGRITY_KEYS`. If you set it to `0`, it should work.