When I run run npm install it returns error. I will put the log file in comments. Firstly I got no error when I was in node 7.4.0 but it stuck in node-uuid dependency. Then I searched and it says, I must use node 4 for this and I installed [email protected]. But it doesn't work either. It gives me the error. The log I will put in comments. Then I searched and it says I must clone it by git clone. And I did that it didn't work either and it returned the same error. Thanx.
@kirkins are you getting the same error as @azatakmyradov above, i.e. the:
1638 error Command failed: git clone --template=/Users/akmyradov/.npm/_git-remotes/_templates --mirror git://github.com/LLK/scratchr2_translations.git /Users/akmyradov/.npm/_git-remotes/git-github-com-LLK-scratchr2-translations-git-36b8cd88
1638 error Cloning into bare repository '/Users/akmyradov/.npm/_git-remotes/git-github-com-LLK-scratchr2-translations-git-36b8cd88'...
1638 error fatal: unable to connect to github.com:
1638 error github.com[0: 192.30.253.113]: errno=Operation timed out
1638 error github.com[1: 192.30.253.112]: errno=Operation timed out
error?
@azatakmyradov – would you mind if I truncated the console log you have above? I'm having a hard time scrollin down to new messages with the lengthy output, and I think I can see where the relevant error message is.
@mewtaylor Okay
@mewtaylor Do you know how to solve it?
@kirkins Your error message says you are out of disk space.
@azatakmyradov Your error message is that you can't connect to github.com. Are you having network issues, or is github blocked where you're installing from?
@kirkins Please open a new issue for your problem, since it is separate from @azatakmyradov's.
@rschamp I have vpn connection)
@rschamp Is it really because of connection? Because I can install Laravel npm dependencies :)
Laravel may not have a github dependency like we do. The error message you posted stated that it can't connect to github when attempting to install this dependency: https://github.com/LLK/scratch-www/blob/624bdde84c067e7e77f0ce0823997806e1c7a286/package.json#L85
Most helpful comment
@kirkins Your error message says you are out of disk space.
@azatakmyradov Your error message is that you can't connect to github.com. Are you having network issues, or is github blocked where you're installing from?