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
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
I am getting the same issue with the glob import being undefined for streamdeck bundle and streamdeck link:
mmanciop@Micheles-Air dialcommand-streamdeck-plugin % npx streamdeck bundle --dev
streamdeck bundle
Build files under `build` directory. While developing, use `--dev` to generate
the files that can be linked to Stream Deck's plugins directory. It'll generate
the `.streamDeckPlugin` otherwise.
Options:
--version Show version number [boolean]
--help Show help [boolean]
--dev Build files without generating the .streamDeckPlugin file.[boolean]
TypeError: Cannot read properties of undefined (reading 'sync')
at /Users/mmanciop/git/dialcommand-streamdeck-plugin/node_modules/@fnando/streamdeck/dist/cli/bundle.js:137:43
at Generator.next (<anonymous>)
at fulfilled (/Users/mmanciop/git/dialcommand-streamdeck-plugin/node_modules/@fnando/streamdeck/dist/cli/bundle.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The streamdeck version is 0.1.0-alpha.5. I tried both Node 21 and 18 on Mac OS X. The glob package is available in node_modules as expected, in version 10.3.10.
I am getting the same issue with the
globimport being undefined forstreamdeck bundleandstreamdeck link:The
streamdeckversion is0.1.0-alpha.5. I tried both Node 21 and 18 on Mac OS X. Theglobpackage is available innode_modulesas expected, in version10.3.10.The overall
package-lock.jsonis: