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

Install not working #33

Closed
alejandro01970 opened this issue Oct 19, 2017 · 7 comments
Closed

Install not working #33

alejandro01970 opened this issue Oct 19, 2017 · 7 comments

Comments

@alejandro01970
Copy link

Hello all, I am new to Github and this is my first time installing a software using it. I followed ll the steps and I dont see to get it to install on my mac. I run the install on Terminal and I get this:

npm WARN enoent ENOENT: no such file or directory, open '/Users/PixarMediaMac/package.json'
npm WARN PixarMediaMac No description
npm WARN PixarMediaMac No repository field.
npm WARN PixarMediaMac No README data
npm WARN PixarMediaMac No license field.

I see a "Node_modules" folder on my mac but that does not open a software.

Thank you all.

@stefanneculai
Copy link
Contributor

Hi @alejandro01970! After cloning the repo, please make sure you move into that directory cd design-blocks and just after that do the npm stuff.

@alejandro01970
Copy link
Author

Thank you @stefanneculai I did that before and I just did it now and I still got the same error:

npm WARN enoent ENOENT: no such file or directory, open '/Users/PixarMediaMac/package.json'
npm WARN PixarMediaMac No description
npm WARN PixarMediaMac No repository field.
npm WARN PixarMediaMac No README data
npm WARN PixarMediaMac No license field.

thank you,

@stefanneculai
Copy link
Contributor

It looks like you are not in the correct folder. Please do the following in this order:

git clone git@github.com:froala/design-blocks.git
cd design-blocks

npm install
npm install -g gulp
gulp

@alejandro01970
Copy link
Author

Thank you stefanneculai, should I type that into Terminal?

@stefanneculai
Copy link
Contributor

yep.

@alejandro01970
Copy link
Author

Thank you very much for your help Steganneculai, but I got this error with the first line of code.

Cloning into 'design-blocks'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Joels-MacBook-Pro:design-blocks PixarMediaMac$ cd design-blocks
-bash: cd: design-blocks: No such file or directory
Joels-MacBook-Pro:design-blocks PixarMediaMac$ git clone git@github.com:froala/design-blocks.git
Cloning into 'design-blocks'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

@dianaprajescu
Copy link
Contributor

@alejandro01970 it seems that cloning the repo failed because GitHub couldn't authenticate you. Here's how you can fix this: https://stackoverflow.com/questions/12940626/github-error-message-permission-denied-publickey

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

No branches or pull requests

3 participants