stream-deck-for-node / cli

CLI utility to create / link / unlink / develop / package a plugin
https://stream-deck-for-node.netlify.app/#/cli
MIT License
2 stars 3 forks source link

'stream-deck@latest' is not in the npm registry. #1

Closed hshlss closed 1 year ago

hshlss commented 2 years ago

$ npx stream-deck create npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/stream-deck - Not found npm ERR! 404 npm ERR! 404 'stream-deck@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! D:\nodejs\node_cache_logs\2022-09-14T07_55_49_931Z-debug.log

alhazmy13 commented 1 year ago

You need to install stream-deck cli globally and then run create command like below:

npm i -g @stream-deck-for-node/cli
stream-deck create