Does anyone know how it works to run a script from the cmd shell which executes powershell, navigates to a location and execute npm?
actually 'powershell.exe -NoExit -Command Set-Location C:\workspaces\app\ui' works fine. But I couldn't handle it to run now "npm install" and after this is done "npm start". Could maybe someone helps me here?
best regards and thanks in advance! :) Andreas