Make it easier to install npm deps with native code - make is missing
When I try to npm i my project (https://github.com/vicb/flyxc) it would complain about missing make required by lodepng.
It would be great to add the required deps to the image by default
I had to install sudo apt install build-essential
Thank you so much for taking the time to share your idea with us and for participating in our community.
Because we have officially announced the sunsetting of Firebase Studio and are currently focusing on the migration process, we are no longer accepting or implementing new feature requests for this product.
We appreciate your support and understanding as we transition to our next chapter.
-
Andrei Jiroh Halili commented
Actually pulled up Gemini for possible hints if you're looking for that: https://g.co/gemini/share/b71994094331 (see also [this Stack Overflow question](https://stackoverflow.com/questions/49590552/how-buildenv-builtin-function-works#51085959) about the built-in `buildEnv` function)
tl;dr if you don't want to read the whole Gemini conversation: you might have to manually add the dependencies (e.g. `automake` and `gcc`/`clang`) into your `.idx/dev.nix` config file