You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered:
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.
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

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
The text was updated successfully, but these errors were encountered: