You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Ehrlich edited this page Apr 25, 2014
·
2 revisions
You may encounter a problem with an error message including SELF_SIGNED_CERT_IN_CHAIN.
This is often a result of changes in OSX's security system; try reinstalling Node.js.
If that does not work, turn off SSL checking with the following instructions:
npm config set strict-ssl=false
npm install leapjs -v0.4.1