all packages versions are now reference by *
For example when I run streamdeck link -> the latest glob package (10.x) has a breaking change which throw the below error
It works after me manually installing the 9.x
TypeError: Cannot read properties of undefined (reading 'sync')
at xxx/@fnando/streamdeck/dist/cli/bundle.js:137:43
at Generator.next (<anonymous>)