I installed the Flatpak for Webstorm (a Jetbrains Javascript IDE), known as com.jetbrains.Webstorm from Flathub. The pack itself comes with no binaries or development sdks, solely the ones needed to get Webstorm running.
I installed org.freedesktop.Sdk.Extension.node16 for the Node.js SDK, but when I got on Webstorm, /usr/bin/node was still empty. My question is, how can I install Node.js into my Webstorm Flatpak? Do I have to build a completely new one?