Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

sapkra/sharp-issue-2029

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for sharp issue 2029

lovell/sharp#2029
fiahfy/icns-convert#2

I can be fixed by changing the import order so that sharp will be imported before icns-convert.
I think the main problem is that the libraries are using different versions of sharp.

$ yarn list sharp    
yarn list v1.21.1
├─ @fiahfy/[email protected]
│  └─ [email protected]
└─ [email protected]
✨  Done in 0.14s.

After adding a resolution to the package.json to force the sharp version to be the same it works fine.

  "resolutions": {
    "**/sharp": "0.24.0"
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published