You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: