mirror of
https://github.com/lovell/sharp.git
synced 2025-07-17 05:50:15 +02:00
2.2 KiB
2.2 KiB
name, about, labels
name | about | labels |
---|---|---|
Installation | Something went wrong during either 'npm install sharp' or 'require("sharp")' | installation |
Possible install-time or require-time problem
- I have read the documentation relating to installation.
Are you using the latest version of sharp?
- I am using the latest version of
sharp
as reported bynpm view sharp dist-tags.latest
.
If you cannot confirm this, please upgrade to the latest version and try again before opening an issue.
If you are using another package which depends on a version of sharp
that is not the latest, please open an issue against that package instead.
Are you using a supported runtime?
- I am using Node.js with a version that satisfies
^18.17.0 || ^20.3.0 || >=21.0.0
- I am using Deno
- I am using Bun
If you cannot confirm any of these, please upgrade to the latest version and try again before opening an issue.
Are you using a supported package manager and installing optional dependencies?
- I am using npm >= 9.6.5 with
--include=optional
- I am using yarn >= 3.2.0 and I am not using the "Plug'n'Play" linker
- I am using pnpm >= 7.1.0 with
--no-optional=false
- I am using Deno
- I am using Bun
If you cannot confirm any of these, please upgrade to the latest version of your chosen package manager and ensure you are allowing the installation of optional dependencies before opening an issue.