From 4f3890f1e44b1a1e30f4a3757e77080883fdec10 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 28 Aug 2020 13:59:44 +0100 Subject: [PATCH] Issue template: ask about installation architecture and platform --- .github/ISSUE_TEMPLATE/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index f54a1d99..890ab61a 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -7,7 +7,7 @@ labels: installation Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/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? +Have you ensured the architecture and platform of Node.js used for `npm install` is the same as the architecture and platform of Node.js used at runtime? Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp dist-tags.latest`?