Tuesday 26 September 2017

Packaging linux dep with Node app

I'm having an issue pushing a Node app to CloudFoundry ( very similar to Heroku)I have a node dependency (http://ift.tt/2aMWJxi) 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?

Submitted September 26, 2017 at 07:17PM by bcoop713

No comments:

Post a Comment