Lazaro O'Farrill
Lazaro O'Farrill
Hello. Is this still being worked on?
Any possibility of extending the cli with external templates. I'd like to add the name property to created components so they are correctly resolved by Webstorm. I don't know if...
> Any possibility of extending the cli with external templates. I'd like to add the name property to created components so they are correctly resolved by Webstorm. I don't know...
No, they are amd64.
Is also happening in my docker container `node:22-alpine3.20`
With a debian container it works. So might it be that is missing a dependency to build in alpine?
For me it fails with 24.11 too. The raw-efi where building well until I started adding more apps and suddenly started failing to build because of this same space error.
For me the culprit was resizing the /tmp directory. I even had to mount it to an external disk when building an amazon ami and couldn't fit /tmp in ram...
> @lazaroofarrill indeed! I have moved away from `tmpfs` and just used a traditional folder for `/tmp` and the problem went away immediately. I think there are 2 obvious changes...