I’ve read through a lot of documentation regarding creating PXT extensions. I need to put one together for a third party micro:bit accessory I bought for my kids.
I was following along trying to get PXT to let me pick a target, but it fails to install pxt-microbit. I get a JSON parsing error:
Unexpected end of JSON input while parsing near '...6.4.12","dependencies'
In the error log, there are more details:
18 silly fetchPackageMetaData error for pxt-common-packages@8.3.1 Unexpected end of JSON input while parsing near ‘…6.4.12","dependencies’
Has anyone been able to get the PXT CLI to work lately?
Thanks!!