ConnectAi / cs

Cornerstone, an es6 web framework built on express.js
13 stars 1 forks source link

Problem installing cs on Mac Yosemite: #21

Open roydellclarke opened 9 years ago

roydellclarke commented 9 years ago

I try to install globally and locally, yet Iam getting the following error:

Cloning into bare repository '/Users/unstoppable/.npm/_git-remotes/ssh-git-github-com-google-traceur-compiler-git-d67ff1c3'... 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/unstoppable/npm-debug.log roydells-MacBook-Pro:~ unstoppable$

LeonBlade commented 9 years ago

What command are you using to install?

optikalefx commented 9 years ago

The new CS that's in master on GIT doesn't use traceur anymore. Make sure you are using the latest from GIT and not from NPM. We haven't updated NPM with this version just yet.

npm uninstall cs
npm install git+https://git@github.com/ConnectAi/cs.git