@echo off set PATH=%USERPROFILE%\.fnm;%PATH% for /f "tokens=*" %%i in ('fnm env --use-on-cd') do %%i echo Node version: node --version echo. set NODE_OPTIONS=--max-old-space-size=8192 echo Running yarn install... node .yarn\releases\yarn-4.5.0.cjs install --inline-builds 2>&1 echo. echo Exit code: %ERRORLEVEL%