From 76f8112952862e8e84656b8598687cc17c4fe6f9 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 27 Jan 2022 09:24:29 +0000 Subject: [PATCH] Docs: npm v8 --- docs/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index f96adddb..7dacdde9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -53,7 +53,7 @@ See the [cross-platform](#cross-platform) section if this is not the case. When using npm v6 or earlier, the `npm install --unsafe-perm` flag must be used when installing as `root` or a `sudo` user. -When using npm v7, the user running `npm install` must own the directory it is run in. +When using npm v7 or later, the user running `npm install` must own the directory it is run in. The `npm install --ignore-scripts=false` flag must be used when `npm` has been configured to ignore installation scripts. @@ -61,9 +61,7 @@ Check the output of running `npm install --verbose sharp` for useful error messa ## Apple M1 -Prebuilt sharp and libvips binaries are provided for macOS on ARM64 from sharp v0.29.0. - -Prebuilt libvips binaries were provided for macOS on ARM64 from sharp v0.28.0. +Prebuilt sharp and libvips binaries have been provided for macOS on ARM64 since sharp v0.29.0. ## Cross-platform