Is this when trying to update from your forked app loader?
I think there's a good chance that you haven't updated the core submodule?
core
You can see from https://github.com/espruino/EspruinoAppLoaderCore/blob/425c4a98aed7c4d9b640e37463b534a45a20def7/js/appinfo.js#L418 which throws the error that with the current version of the code that should never happen because there's a if (dependencyType=="module") line right above it
if (dependencyType=="module")
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is this when trying to update from your forked app loader?
I think there's a good chance that you haven't updated the
core
submodule?You can see from https://github.com/espruino/EspruinoAppLoaderCore/blob/425c4a98aed7c4d9b640e37463b534a45a20def7/js/appinfo.js#L418 which throws the error that with the current version of the code that should never happen because there's a
if (dependencyType=="module")
line right above it