[Npm] Make it installable
Closed this issue · 2 comments
vigourbot commented
reproduce -- use uikit somewhere
git clone
npm i
should work
try to run it on travis using sentinel -- breaks because of scratch
!!!SCRATCH IS MESSING UP EVERY INSTALL!!!
nikoloza commented
Referencing error from Travis:
122.40s$ npm install
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: Cloning into bare repository '/home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286'...
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: Permission denied (publickey).
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: fatal: Could not read from remote repository.
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286:
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: Please make sure you have the correct access rights
npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror ssh://git@github.com/vigour-io/scratch.git /home/travis/.npm/_git-remotes/ssh-git-github-com-vigour-io-scratch-git-c4904286: and the repository exists.
It looks like everything is correct on my machine, but travis still fails.
nikoloza commented