-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install issue with workshopper #10
Comments
Hello, I experienced the same issue. Any update will be greatly appreciated. |
Tnx for the update Robbie. I will check this evening and let you know |
Ok so I switched to node v4.2.4 (npm v2.14.12) but experienced the same issue when installing the standard npm package But I was able to complete the install using @finnp's build posted here I suppose the standard install will work again when these changes are merged. |
Will review this AM. |
Pretty sure this is resolved in 1.0.5 please try again. |
This should all of been fixed by #12 — give it another shot! |
Yep all good. I was able to install with Thank you all🤘🏾 |
Hello I am trying to do the pattern-lab-workshop but I am receiving this error
➜ pattern-lab-workshop npm install -g pattern-lab-workshop
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9: Cloning into bare repository '/Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9'...
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9: Permission denied (publickey).
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9: fatal: Could not read from remote repository.
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9:
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9: Please make sure you have the correct access rights
npm ERR! git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9: and the repository exists.
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "pattern-lab-workshop"
npm ERR! node v4.2.4
npm ERR! npm v2.14.12
npm ERR! code 128
npm ERR! Command failed: git clone --template=/Users/jbelmont/.npm/_git-remotes/_templates --mirror ssh://[email protected]/tjheffner/workshopper.git /Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9
npm ERR! Cloning into bare repository '/Users/jbelmont/.npm/_git-remotes/ssh-git-github-com-tjheffner-workshopper-git-47fbfcd9'...
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jbelmont/nodeschool.io/pattern-lab-workshop/npm-debug.log
The text was updated successfully, but these errors were encountered: