-
-
Notifications
You must be signed in to change notification settings - Fork 878
Failing initial setup of project #2037
-
I cloned the repository and ran am trying to install dependencies by running make install
as per stdlib/CONTRIBUTING. I get the following error.
npm ERR! request to https://codeload.github.com/kgryte/tape/tar.gz/360c2fda548ed7a0120491a90196518a4b1dbaa7 failed, reason: self signed certificate in certificate chain
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
@correaswebert Hmmm...I am not sure the reason for that error. We install our fork of tape
from GitHub as a dev dep. So as long as npm
supports installing from GitHub, it should work.
Beta Was this translation helpful? Give feedback.
All reactions
-
Actually, I've never seen the codeload
subdomain before. Here is the relevant line from our package.json:
Line 240 in 8204e8b
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh, gotta figure out a way to tackle this. Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1