Skip to content
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

Closed
jbelmont opened this issue Apr 2, 2016 · 8 comments
Closed

npm install issue with workshopper #10

jbelmont opened this issue Apr 2, 2016 · 8 comments

Comments

@jbelmont
Copy link

jbelmont commented Apr 2, 2016

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

@randychampagne
Copy link

Hello, I experienced the same issue. Any update will be greatly appreciated.

@robbiethegeek
Copy link
Contributor

Are you still experiencing this : Now using node v4.2.4
╭─[email protected] ~/Repos/personal/pattern-lab-workshop
╰─➤ npm --version
2.14.12
╭─[email protected] ~/Repos/personal/pattern-lab-workshop
╰─➤ npm install -g pattern-lab-workshop
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
/Users/robbie/.nvm/versions/node/v4.2.4/bin/pattern-lab-workshop -> /Users/robbie/.nvm/versions/node/v4.2.4/lib/node_modules/pattern-lab-workshop/pattern-lab.js
[email protected] /Users/robbie/.nvm/versions/node/v4.2.4/lib/node_modules/pattern-lab-workshop
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

@randychampagne
Copy link

Tnx for the update Robbie. I will check this evening and let you know

@randychampagne
Copy link

Ok so I switched to node v4.2.4 (npm v2.14.12) but experienced the same issue when installing the standard npm package
npm install -g pattern-lab-workshop

But I was able to complete the install using @finnp's build posted here
npm i finnp/pattern-lab-workshop#fixdep -g

I suppose the standard install will work again when these changes are merged.

@robbiethegeek
Copy link
Contributor

Will review this AM.

@robbiethegeek
Copy link
Contributor

Pretty sure this is resolved in 1.0.5 please try again.

@EvanLovely
Copy link
Contributor

This should all of been fixed by #12 — give it another shot!

@randychampagne
Copy link

Yep all good. I was able to install with npm i -g pattern-lab-workshop

Thank you all🤘🏾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants