From 031a58f817005932f57fec712d6b561f9d36d039 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 17 Mar 2020 18:33:49 +0000 Subject: [PATCH] Docs: AWS Lambda cross-platform no longer requires target flag --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 0ea904d6..2bf437f3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -134,7 +134,7 @@ On machines other than Linux x64, such as macOS and Windows, run the following: ```sh rm -rf node_modules/sharp -npm install --arch=x64 --platform=linux --target=12.0.0 sharp +npm install --arch=x64 --platform=linux sharp ``` Alternatively a Docker container closely matching the Lambda runtime can be used: