-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Issue with bower #163
Comments
What happens if you run |
it hangs for a small second, and then gets to bower install and stops So i try npm start again and get this to the console: npm ERR! angular-phonecat@0.0.0 postinstall: npm ERR! angular-phonecat@0.0.0 prestart: Directories are different because I wanted to try a new directory |
OK, so how about running:
|
I get no output to the console, same error after running npm start again |
Can you try installing bower globally:
Then running it directly:
There have been issues where bower cannot access Github. |
globally installed just fine, running bower install did not put anything to the console |
Hmm. Did anything get installed in app\bower_components? I've got to go offline. I'll see if I can help further tomorrow. |
yeah looks like that directory is populated |
I'm not sure what to say. It is unclear what is actually failing... |
if this helps, here are my defaults: D:\Dev\jQuery\jquery>npm config ls -l ; builtin config undefined ; default values |
Also if it helps, here is the package.json {
} |
also if it helps, I have cygwin on my computer and am to use those commands through windows CMD... From the research I have done, I know that cygwin and nodejs and play nice together (examples from my experience). I do not really want to uninstall cygwin. I have also tried installing Console2. as suggested here: http://stackoverflow.com/a/17416869/1888585, somehow I got it to work ONCE last night with Console2, but now I have no idea on what I did to make it work. Any suggestions would be fantastic -bparrish |
Got the same issue ;/ |
ive done: and then i've got: (...) angular-phonecat@0.0.0 start /Users/kamilklosowski/Dropbox/Nauka/angular-phonecat
events.js:72 |
EADDRINUSE means that you already have a server hosting a website at port On 10 June 2014 17:08, kamilklosowski notifications@github.com wrote:
|
Oh yes. I didn't stopped another http server. Regardless of that - a few tries before i've kill all hosting processes and still got that http-server error. |
@petebacondarwin I have the EXACT same problem with bparrish. I am running it with Git Bash. Can we find a solution for this? I really want to continue with the tutorial and I'm stuck. |
Same thing happens also after cloning angular-seed repository when I try npm install. It comes to bower install, and then fails with the same issue as above. Tried it with Git Bash and Windows cmd. |
Has this issue been solved? I'm running into the same issue with bower install failing on my system. |
My only solution was to just use a clean vm with nothing on it. so a work around really... |
My logs tell me the problem stems at the below step:
Snooping around the web a bit, it seems to have been an issue with Bower: bower/bower#766 Works fine after manually clearing ~/.cache/bower |
@bparrish, @kamilklosowski & @avadolas - does manually deleting the cache fix it for you? |
by running npm cache clean in the directory of the app? or is there something else i might be missing? |
I ran 'npm cache clean' as well 'bower cache clean' and then i ran 'npm install' and still crashed out at 'bower install' |
Actually manually deleting the folders that contain the cache |
Where would those folders be? I haven't really seen folders that say On Fri, Jun 27, 2014 at 12:17 PM, Pete Bacon Darwin <
|
On my Mac OS/X it is |
cleared the bower cache and running On Mon, Jun 30, 2014 at 5:30 AM, Pete Bacon Darwin <notifications@github.com
|
Dileep-MacBook-Pro:angular-phonecat-master interactive$ npm install
bower not-cached git://github.com/angular/bower-angular.git#1.2.x Additional error details: npm ERR! angular-phonecat@0.0.0 postinstall: Is it like having the problem installing bower.I am able to install via npm install and all. |
I had the same error described at the top of this topic. Failed on bower installation from the command:
I was running all the setup commands from the Git Command Prompt (not Bash or Poweshell) on Windows 7. So Git seemed to work properly. I ran this command to fix:
Notice I used local since I wasn't sure what this would do to other projects on my system. Of course I could have the exact same problem down the road on a different project and will forget that I have to do this. But at last this works for me now. |
I had the same problem and wasn't working deleting the bower_contents then I fix deleting the folder node_modules. |
Added C:\Program Files (x86)\Git\bin in my environment variables (Windows) and it fixed the problem. |
I'm having an issue installing bower as well. When I run npm install I get:
bower retry Request to https://bower.herokuapp.com/packages/angular fail npm ERR! angular-phonecat@0.0.0 postinstall: I have tried running npm install -g bower and get this: I've deleted the files from ~\AppData\Roaming\bower\cache and re-ran npm install. Same issue. Just a note I am behind a fire wall. Any ideas? |
I tried installing bower globally and cleaning cache but I wasn't even getting a bower_components folder. I found that the html5-boilerplate dependency was causing an error:
So I removed the dependency, ran
|
@peantunes Thanks, deleting node_modules worked for me :) |
This is due to permission issue. Try: |
finally this solution solved my problem... Thanks |
I would guess that you're on a Windows computer and filepath maximum lengths were overrun. You might try mapping an N: drive to: net use n: \computername\D$\Dev\AngularDevelopment\ang2 /persistent:yes ...and change to the N: drive. Then CD into your project and continue the npm install from there. Now, the tree depth and filepaths are all short enough (hopefully) for bower to install correctly. |
I was facing this same issue on my Ubuntu and I have installed
For windows users, they should visit this link to install |
when i do npm install, this will show following error npm ERR! package.json ENOENT, open '/home/ankur/package.json' npm ERR! Please include the following file with any support request: |
@ankur711 "package.json npm can't find a package.json file in your current directory." Doesn't that say it all? You need to run "npm install" from your project directory. |
Opened up Git Bash Opened up a command window (i.e. cmd), not in Git Bash I guess Git Bash works because it knows about Git, alternative would be to have the appropriate environment variable. But this worked for me. If I remember correctly, Git Bash installed when I installed Git for use with Visual Studio. Update: Added This was helpful (thanks rodriwasabi): http://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path Update 2: To check this works, I removed angular-phonecat and started again. Everything worked perfectly this time. In other words, following the tutorial install instructions. Changing my path environment variable did the trick. Persevere folks, it's worth it:-) worked! |
Possible Solution for "Git not in Path" error (Windows 10):
I think switching this option simply adds git to your env path. Simply eases out the way you add the path in env. :) Hope it helps some one. |
@xiaofire If you install git from Visual Studio it probably adds the path information only to the (many) VS-related command prompts but not necessarily to the system environment. I just transport important path variables over to the system environment so I don't have to think too much about it. |
@DuncanJack , thank you it works fine! (with gitbash+cmd) |
I was having this issue when I was trying to download angular-seed project on windows 10. I installed GIT command line. Then Instead of downloading the ZIP, I used GIT command line to download the project. For the network issue I typed in git config --global url."https://".insteadOf git:// as others have mentioned. |
Hi, i am getting this error, while starting npm start . Can anyone rectify please. npm ERR! Windows_NT 6.1.7601 npm ERR! Please include the following file with any support request: |
@RajeswarReddy Sounds like it's trying to start up a webserver on IP address 0.0.0.0 (which is like saying "on all internal and external addresses" using TCP port 8000. If it were me I think I'd jump to a DOS prompt and run something like...
...and see if you already have something that's using port 8000. If so, then you might have to either stop that other server or use a different port like 3000, 3001, 5000 or something like that. |
Help I am getting following errors: window 8.1 all above steps taken and still failing...........C:\Users\ja\Desktop\bbb>npm install
'.' is not recognized as an internal or external command, npm ERR! Windows_NT 6.3.9600 npm ERR! Please include the following file with any support request: C:\Users\ja\Desktop\bbb> |
@stowjam - the error log you have provided indicates that the package.json that you are using does not match the one in the phonecat project. Are you sure you are using this project? In any case, I believe the problem you have is that |
HI |
Which project on github did you fork? |
It is private unfortunately - i got an invite Dependencies
Run the app
To run locally but connect to QA db
open in browserTestAll
Functional
|
I'm afraid that this project has been developed on a unix based system, I suggest that you ask around on StackOverflow or node related mailing |
yes i think i need to leave it |
The issue us with bower and its is solved if you run this sudo chown -R $USER:$GROUP ~/.npm P.S saw it on stackoverflow |
Having an issue with Bower at the beginning of the tutorial.. here is the log file:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@1.4.9
3 info using node@v0.10.28
4 verbose node symlink C:\Program Files\nodejs\node.exe
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart angular-phonecat@0.0.0
7 verbose unsafe-perm in lifecycle true
8 info angular-phonecat@0.0.0 Failed to exec prestart script
9 error angular-phonecat@0.0.0 prestart:
npm install
9 error Exit status 1
10 error Failed at the angular-phonecat@0.0.0 prestart script.
10 error This is most likely a problem with the angular-phonecat package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error npm install
10 error You can get their info via:
10 error npm owner ls angular-phonecat
10 error There is likely additional logging output above.
11 error System Windows_NT 6.2.9200
12 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
13 error cwd D:\Dev\AngularDevelopment\angular-phonecat
14 error node -v v0.10.28
15 error npm -v 1.4.9
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: