Expand issue templates to direct towards installation

This commit is contained in:
Lovell Fuller
2019-07-31 16:48:32 +01:00
parent c610e306df
commit 2c300754a7
3 changed files with 15 additions and 9 deletions

View File

@@ -1,16 +1,18 @@
---
name: Installation
about: For help if something went wrong installing sharp
about: Something went wrong **installing** sharp
title: ''
labels: ''
labels: installation
assignees: ''
---
What is the output of running `npm install --verbose sharp`?
What is the output of running `npx envinfo --binaries --languages --system --utilities`?
Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/en/stable/install/)?
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're using `sudo npm install` have you tried with the `sudo npm install --unsafe-perm` flag?
If you're (mis)using `sudo npm install` have you tried with the `sudo npm install --unsafe-perm` 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`?