Is your project Javascript or Typescript: Typescript
Describe the bug
In the current strapi version, the package @strapi/upload uses sharp. Sharp requires some additional binaries which are either built locally or pulled from github.
This causes troubles when strapi is being install in a corporate environment where a private registry and there's no direct access to internet and/or the proxy blocks the download of binaries.
Steps to reproduce the behavior
In a corporate environment just make a yarn install
Expected behavior
The install should work smoothly without requiring extra pull of binaries from github.
This is fixed using sharp v0.33.5
Bug report
Required System information
Describe the bug
In the current
strapi
version, the package@strapi/upload
usessharp
. Sharp requires some additional binaries which are either built locally or pulled from github. This causes troubles when strapi is being install in a corporate environment where a private registry and there's no direct access to internet and/or the proxy blocks the download of binaries.Steps to reproduce the behavior
In a corporate environment just make a
yarn install
Expected behavior
The install should work smoothly without requiring extra pull of binaries from github. This is fixed using sharp
v0.33.5
Additional context
There's a thread on sharp