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
Describe the bug pxt deploy reports Error: cannot find any drives to deploy to even though the micro:bit is connected and working well in MakeCode online.
Pull your Git code to ./projects/microbit-christmas-tree
Connect the board to your Mac
Run cd ./projects/microbit-christmas-tree
Run pxt deploy
You'll get the output below
Using target microbit with build engine yotta
target: v7.1.15 /Users/pavel/Microbit/makecode/node_modules/pxt-microbit
pxt-core: v11.3.3 /Users/pavel/Microbit/makecode/node_modules/pxt-core
building /Users/pavel/Microbit/makecode/projects/microbit-christmas-tree
INTERNAL ERROR: Error: cannot find any drives to deploy to
at /Users/pavel/Microbit/makecode/node_modules/pxt-core/built/buildengine.js:562:23
Expected behavior
The program shall be deployed to micro:bot.
micro:bit version (please complete the following information):
V2.21
Desktop (please complete the following information):
Computer: MacBook Pro M2 Max
OS: macOS Sequoia 15.1.1
pxt-core: v11.3.3
The text was updated successfully, but these errors were encountered:
Describe the bug
pxt deploy
reportsError: cannot find any drives to deploy to
even though the micro:bit is connected and working well in MakeCode online.To Reproduce
Steps to reproduce the behavior:
npm install -g pxt mkdir makecode cd makecode pxt target microbit
./projects/microbit-christmas-tree
cd ./projects/microbit-christmas-tree
pxt deploy
Expected behavior
The program shall be deployed to micro:bot.
micro:bit version (please complete the following information):
V2.21
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: