You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rails#40646, `bin/yarn` manually searches `PATH` for the `yarn`
executable. In Windows environments, executables have an `.exe` file
extension, so we must search for `yarn.exe` as well.
Fixesrails#40942.
0 commit comments