Pass --ignore-engines to yarn
This commit is contained in:
parent
bde9833cc2
commit
102f3a6668
1 changed files with 1 additions and 1 deletions
2
bin/yarn
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue