Hello. I'm trying to install private package in deployed nodejs app. Let me subscribe more detail environment. I use Dokku to implement PaaS and it works similar Heroku.
First one needs custom build pack to install private package. I think it's not good idea. Fortunately, Dokku has shared-deployment ssh key plugin. So I chose second one.
But this also has a problem. The problem is that NPM doesn't execute prepublish or preinstall command for git repository installation.
What's alternative for this?
Han BaHwan
Node.js developer
I think I found a solution....