My app is using node 0.8.28 and i use request package which depends on node-http-signature which depends on node-sshpk and because of new version of node-sshpk i can't build my app. It is because node-http-signature use ^1.7.0 version of sshpk, We should change it to 1.7.0 and everything will be fine.
My app is using node 0.8.28 and i use request package which depends on node-http-signature which depends on node-sshpk and because of new version of node-sshpk i can't build my app. It is because node-http-signature use ^1.7.0 version of sshpk, We should change it to 1.7.0 and everything will be fine.