Pebble SDK won't build under WSL2?

Has anyone tried to install the SDK under WSL2? I can get through all the steps but when I build a freshly made Alloy app I immediately get this:

Running Moddable prebuild.
Running mcrun -m ./src/embeddedjs/manifest.json -f x -p pebble/emery -t build -o ./build/mods/emery/mcrun -s tech.moddable.pebble

-p pebble/emery

Error in Moddable prebuild: [Errno 2] No such file or directory: ‘./build/mods/emery/mcrun/bin/pebble/release/embeddedjs/mc.xsa’
1 Like

There was one person that had the same issue, their solution was to set it up in a regular Linux installation then copy over all the files :sweat_smile: what happens if you uninstall the SDK and install it again?

1 Like