I was trying to use this in a pnpm project, and I was baffled as to why ember-try kept using npm for installing dependencies despite me having set packageManager: 'pnpm' in my config
After much headscratching I went to look at https://github.com/universal-ember/reactiveweb/blob/main/tests/test-app/config/ember-try.js and saw that the option was actually called usePnpm: true?
Is this intended and just a documentation mishap? Or am I missing something?