We're running a python app sharing some code between our client and server by having one component being written in node.
What is the easiest way to have node installed in a python buildpack ?
There is a 3rd party buildpack that I've forked that I'm using to do this so that we can access the node binary.
I would ideally want to stick to just the officially buildpacks as much as possible. My question is if there is a less intrusive way to have just install node and nothing else.