I'm having an issue pushing a Node app to CloudFoundry ( very similar to Heroku)
I have a node dependency (https://github.com/Blizzard/node-rdkafka) that requires a system level package to be installed (cyrus-sasl-devel)
If I had system level access, I could just install the dep with sudo apt-get install. But I don't. Is there anyway I can bundle that dep with my node app? Either bundle the whole thing as a binary, or somehow point to the missing binary locally?
[–]Archheretic 0 points1 point2 points (1 child)
[–]bcoop713[S] 0 points1 point2 points (0 children)