NodeJS Supervisord Hashlib
- by enedebe
I have an problem with my NodeJS app. The problem is the include of the library Hashlib I've followed more than 10 times the instructions to install. Get a clone of the repo, do make and make install. NodeJS is installed in default path, and that's the tricky point:
When I launch node app.js it works, perfectly.
The problem starts when I…