sharp/.github/ISSUE_TEMPLATE/installation.md
Lovell Fuller a8a0c1e935 Update doc links contained within code
Throw rather than exit if require fails
2020-01-10 16:29:40 +00:00

828 B

name, about, title, labels, assignees
name about title labels assignees
Installation Something went wrong **installing** sharp installation

Did you see the documentation relating to installation?

Have you ensured the platform and version of Node.js used for npm install is the same as the platform and version of Node.js used at runtime?

If you are installing as a root or sudo user, have you tried with the npm install --unsafe-perm flag?

If you are using the ignore-scripts feature of npm, have you tried with the npm install --ignore-scripts=false flag?

What is the complete output of running npm install --verbose sharp? Have you checked this output for useful error messages?

What is the output of running npx envinfo --binaries --languages --system --utilities?