I’m sorry if it might be a noob question. I’m new to the CLI.
I try to push balenasound app using CLI on Windows 10.
I installed the CLI, run the commands from the balena-sound-master directory.
Login goes fine and then I get an error on the push command:
PS C:\balena-sound-master> balena push balena-sound --debug
[debug] new argv=[C:\Program Files\balena-cli\client\bin\node.exe,C:\Program Files\balena-cli\client\bin\run,push,balena-sound] length=4
[Debug] Using build source directory: .
[Debug] Pushing to cloud for application: balena-sound
Cannot read property ‘handle’ of undefined
TypeError: Cannot read property ‘handle’ of undefined
at PushCmd.pushToCloud (C:\Program Files\balena-cli\client\build\commands\push.js:89:48)
at process._tickCallback (internal/process/next_tick.js:68:7)
Any idea what I do wrong?