Joined June 2013
·
Achievements
153 Karma
30,250 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Komodo Dragon
Have at least one original repo where Java is the dominant language
Forked
Have a project valued enough to be forked by someone else
I work in an environment where NPM was rejecting the SSL certificate used by our proxy. To fix this, one must set strict-ssl to false.
$ npm config set strict-ssl false