We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❯ npm add @pwa/manifest-icons npm ERR! code 1 npm ERR! path /Users/daniilpronin/FEIP/feip-dev-next-js/node_modules/sharp npm ERR! command failed npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy) ... npm ERR! gyp ERR! not ok npm ERR! A complete log of this run can be found in: npm ERR! /Users/daniilpronin/.npm/_logs/2023-07-14T01_25_14_536Z-debug-0.log
I checked next-manifest dependencies and tried to install each separately:
next-manifest
❯ npm add @pwa/manifest added 53 packages, removed 51 packages, and audited 1175 packages in 2s ❯ npm add @pwa/manifest-icons npm ERR! code 1 …
Error caused by old sharp version from @pwa/manifest-icons.
sharp
@pwa/manifest-icons
We can fix it by NPM overrides:
"overrides": { "@pwa/manifest-icons": { "sharp": "^0.32.2" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I checked
next-manifest
dependencies and tried to install each separately:Error caused by old
sharp
version from@pwa/manifest-icons
.We can fix it by NPM overrides:
The text was updated successfully, but these errors were encountered: