Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Unable to do NPM install #263

Closed
arpit2126 opened this issue Mar 31, 2015 · 2 comments
Closed

Unable to do NPM install #263

arpit2126 opened this issue Mar 31, 2015 · 2 comments

Comments

@arpit2126
Copy link

I have tried to use angular-seed but I am unable to install packages using npm. I am using node V0.12.1. I am able to install almost all the packages globally but when i m doing npm install it is showing timeout error. For more details look into the issue
image

Things I tried:
changed the proxy it didn't work .

Please suggest I want to use protractor with Jasmine or Karma with Jasmine in my angular project

@dc-deal
Copy link

dc-deal commented Apr 9, 2015

here is the answer...
http://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path

Quote
Run the following command at your node.js command prompt where "" is the path to your git bin folder:

set PATH=%PATH%;;
So, like this:

set PATH=%PATH%;C:\Program Files\Git\bin;
Or this: (Notice the (x86) )

set PATH=%PATH%;C:\Program Files (x86)\Git\bin;
This will add git to your path variables. Be sure you type it correctly or you could possibly delete your path vars which would be bad.

@gkalpak
Copy link
Member

gkalpak commented Jun 18, 2016

Since there hasn'e been any update in a while, I assume this is not an issue any more.

@gkalpak gkalpak closed this as completed Jun 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants