Max size exceeded when running through quickstart guie

Hi folks,

I’ve been following the quickstart guide but it will not build (mos tool v2.17.0). In the tool I create a new app, and it clones https://github.com/mongoose-os-apps/demo-js.

However, when I try to build it fails. “mos build --platform esp32” results in "error response: 400: max size 5242880 exceeded (upload size is 39699860).

Is this a problem on my end or is their quickstart guide obsolete?
Thanks!

Do you have a deps directory there? Delete it.

That worked, thanks!