streamdeck icon indicating copy to clipboard operation
streamdeck copied to clipboard

Bug: npm package dependancies should specify version

Open brotherko opened this issue 1 year ago • 0 comments

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>)

brotherko avatar Jul 02 '23 08:07 brotherko