From 102f3a6668665774f069a8116a251a28c3c5c0cc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Jul 2021 19:17:13 +0100 Subject: [PATCH] Pass --ignore-engines to yarn --- bin/yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/yarn b/bin/yarn index be76eec94..72c7b5d97 100755 --- a/bin/yarn +++ b/bin/yarn @@ -8,7 +8,7 @@ Dir.chdir(APP_ROOT) do .find { |file| File.executable?(file) } if yarn - exec yarn, *ARGV + exec yarn, "--ignore-engines", *ARGV else warn "Yarn executable was not detected in the system." warn "Download Yarn at https://yarnpkg.com/en/docs/install" -- 2.43.2