X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a71b8af4d1bded364c0ba7f05c8dd851a4a19859..e9f78dd08cc7406ebe79270e3059e0e7e956f19f:/bin/yarn?ds=sidebyside
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"