cozy / cozy-proxy

This repository was part of CozyV2 which has been deprecated - Cozy authentication and routing layer
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
26 stars 31 forks source link

Add a postinstall script for node4 compat #229

Closed nono closed 8 years ago

nono commented 8 years ago

Bcrypt@0.8.1 is compatible with node 0.x.y Bcrypt@0.8.5 is compatible with node 0.10.40+

We want cozy-proxy to works on:

So, we have to use the postinstall feature of npm to check the version of node and install a version of bcrypt compatible with it.

frankrousseau commented 8 years ago

Thank you @nono