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

Issue with bower #163

Closed
bparrish opened this issue Jun 3, 2014 · 83 comments
Closed

Issue with bower #163

bparrish opened this issue Jun 3, 2014 · 83 comments

Comments

@bparrish
Copy link

bparrish commented Jun 3, 2014

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 ]

@bparrish bparrish changed the title .. Issue with bower Jun 3, 2014
@petebacondarwin
Copy link
Contributor

What happens if you run npm install?

@bparrish
Copy link
Author

bparrish commented Jun 3, 2014

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: bower install
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 postinstall script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd D:\Dev\AngularDevelopment\ang2\angular-phonecat
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\Dev\AngularDevelopment\ang2\angular-phonecat\npm-debug.log
npm ERR! not ok code 0

npm ERR! angular-phonecat@0.0.0 prestart: npm install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 prestart script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm install
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! cwd D:\Dev\AngularDevelopment\ang2\angular-phonecat
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\Dev\AngularDevelopment\ang2\angular-phonecat\npm-debug.log
npm ERR! not ok code 0

Directories are different because I wanted to try a new directory

@petebacondarwin
Copy link
Contributor

OK, so how about running:

node_modules\.bin\bower install

@bparrish
Copy link
Author

bparrish commented Jun 3, 2014

I get no output to the console, same error after running npm start again

@petebacondarwin
Copy link
Contributor

Can you try installing bower globally:

npm install -g bower

Then running it directly:

bower install

There have been issues where bower cannot access Github.

@bparrish
Copy link
Author

bparrish commented Jun 3, 2014

globally installed just fine, running bower install did not put anything to the console

@petebacondarwin
Copy link
Contributor

Hmm. Did anything get installed in app\bower_components? I've got to go offline. I'll see if I can help further tomorrow.

@bparrish
Copy link
Author

bparrish commented Jun 3, 2014

yeah looks like that directory is populated

@petebacondarwin
Copy link
Contributor

I'm not sure what to say. It is unclear what is actually failing...

@bparrish
Copy link
Author

bparrish commented Jun 4, 2014

if this helps, here are my defaults:

D:\Dev\jQuery\jquery>npm config ls -l
; cli configs
long = true
registry = "https://registry.npmjs.org/"
user-agent = "npm/1.4.9 node/v0.10.28 win32 x64"

; builtin config undefined
prefix = "C:\Users\Ben\AppData\Roaming\npm"

; default values
always-auth = false
bin-links = true
browser = null
ca = null
cache = "C:\Users\Ben\AppData\Roaming\npm-cache"
cache-lock-retries = 10
cache-lock-stale = 60000
cache-lock-wait = 10000
cache-max = null
cache-min = 10
cert = null
color = true
depth = null
description = true
dev = false
editor = "notepad.exe"
email = ""
engine-strict = false
fetch-retries = 2
fetch-retry-factor = 10
fetch-retry-maxtimeout = 60000
fetch-retry-mintimeout = 10000
force = false
git = "git"
git-tag-version = true
global = false
globalconfig = "C:\Users\Ben\AppData\Roaming\npm\etc\npmrc"
globalignorefile = "C:\Users\Ben\AppData\Roaming\npm\etc\npmignore"
group = 0
heading = "npm"
https-proxy = null
ignore-scripts = false
init-module = "C:\Users\Ben.npm-init.js"
init.author.email = ""
init.author.name = ""
init.author.url = ""
init.license = "ISC"
json = false
key = null
link = false
local-address = undefined
loglevel = "http"
; long = false (overridden)
message = "%s"
node-version = "v0.10.28"
npat = false
onload-script = false
optional = true
parseable = false
; prefix = "C:\Program Files\nodejs" (overridden)
production = false
proprietary-attribs = true
proxy = null
rebuild-bundle = true
registry = "https://registry.npmjs.org/"
rollback = true
save = false
save-bundle = false
save-dev = false
save-exact = false
save-optional = false
save-prefix = "^"
searchexclude = null
searchopts = ""
searchsort = "name"
shell = "C:\Windows\system32\cmd.exe"
shrinkwrap = true
sign-git-tag = false
strict-ssl = true
tag = "latest"
tmp = "C:\Users\Ben\AppData\Local\Temp"
umask = 18
unicode = true
unsafe-perm = true
usage = false
user = 0
; user-agent = "npm/{npm-version} node/{node-version} {platform} {arch}" (overri
dden)
userconfig = "C:\Users\Ben.npmrc"
username = ""
version = false
versions = false
viewer = "browser"

@bparrish
Copy link
Author

bparrish commented Jun 5, 2014

Also if it helps, here is the package.json

{
"version": "0.0.0",
"private": true,
"name": "angular-phonecat",
"description": "A tutorial application for AngularJS",
"repository": "https://github.com/angular/angular-phonecat",
"license": "MIT",
"devDependencies": {
"karma": "~0.10",
"protractor": "~0.20.1",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",

"prestart": "npm install",
"start": "http-server -p 8000",

"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js  --single-run",

"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",

"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js",

"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""

}
}

@bparrish
Copy link
Author

bparrish commented Jun 5, 2014

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

@kamilklosowski
Copy link

Got the same issue ;/

@kamilklosowski
Copy link

ive done:
npm install http-server -g

and then i've got:

(...)

angular-phonecat@0.0.0 start /Users/kamilklosowski/Dropbox/Nauka/angular-phonecat

http-server -p 8000

events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at net.js:1135:9
at dns.js:72:18
at process._tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:901:3
npm ERR! weird error 8
npm ERR! not ok code 0

@petebacondarwin
Copy link
Contributor

EADDRINUSE means that you already have a server hosting a website at port
8000.

On 10 June 2014 17:08, kamilklosowski notifications@github.com wrote:

ive done:
npm install http-server -g

and then i've got:

(...)

angular-phonecat@0.0.0 start
/Users/kamilklosowski/Dropbox/Nauka/angular-phonecat

http-server -p 8000

events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at net.js:1135:9
at dns.js:72:18
at process._tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:901:3
npm ERR! weird error 8

npm ERR! not ok code 0

Reply to this email directly or view it on GitHub
#163 (comment)
.

@kamilklosowski
Copy link

Oh yes. I didn't stopped another http server.
Thanks @petebacondarwin :)

Regardless of that - a few tries before i've kill all hosting processes and still got that http-server error.
So whoever encountered same problem (as me and OP):
npm install http-server -g
(and/or npm install karma -g)
Should do the trick.

@avadolas
Copy link

@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.

@avadolas
Copy link

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.

@yosriady
Copy link

Has this issue been solved? I'm running into the same issue with bower install failing on my system.

@bparrish
Copy link
Author

My only solution was to just use a clean vm with nothing on it. so a work around really...

@yosriady
Copy link

My logs tell me the problem stems at the below step:

bower download      https://github.com/jquery/jquery/archive/1.10.2.tar.gz
bower extract       jquery#1.10.2 archive.tar.gz
bower EACCES        EACCES, rename '/var/folders/th/07vt48x55vb81f1xxblvk5k00000gn/T/yosriady/bower/jquery-4851-43zRJE'

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

@petebacondarwin
Copy link
Contributor

@bparrish, @kamilklosowski & @avadolas - does manually deleting the cache fix it for you?

@bparrish
Copy link
Author

by running npm cache clean in the directory of the app? or is there something else i might be missing?

@bparrish
Copy link
Author

I ran 'npm cache clean' as well 'bower cache clean' and then i ran 'npm install' and still crashed out at 'bower install'

@petebacondarwin
Copy link
Contributor

Actually manually deleting the folders that contain the cache

@bparrish
Copy link
Author

Where would those folders be? I haven't really seen folders that say
'cache' on them.

On Fri, Jun 27, 2014 at 12:17 PM, Pete Bacon Darwin <
notifications@github.com> wrote:

Actually manually deleting the folders that contain the cache


Reply to this email directly or view it on GitHub
#163 (comment)
.

@petebacondarwin
Copy link
Contributor

On my Mac OS/X it is ~/.cache/bower/
On my Win 8.1 is is C:\Users\pete\AppData\Roaming\bower\cache

@bparrish
Copy link
Author

cleared the bower cache and running npm install still failed for me
at bower install

On Mon, Jun 30, 2014 at 5:30 AM, Pete Bacon Darwin <notifications@github.com

wrote:

On my Mac OS/X it is ~/.cache/bower/
On my Win 8.1 is is C:\Users\pete\AppData\Roaming\bower\cache


Reply to this email directly or view it on GitHub
#163 (comment)
.

@dileephell
Copy link

Dileep-MacBook-Pro:angular-phonecat-master interactive$ npm install

angular-phonecat@0.0.0 postinstall /Users/interactive/Desktop/Dileep/angular-phonecat-master
bower install

bower not-cached git://github.com/angular/bower-angular.git#1.2.x
bower resolve git://github.com/angular/bower-angular.git#1.2.x
bower not-cached git://github.com/angular/bower-angular-mocks.git#~1.2.x
bower resolve git://github.com/angular/bower-angular-mocks.git#~1.2.x
bower not-cached git://github.com/jquery/jquery.git#1.10.2
bower resolve git://github.com/jquery/jquery.git#1.10.2
bower not-cached git://github.com/twbs/bootstrap.git#~3.1.1
bower resolve git://github.com/twbs/bootstrap.git#~3.1.1
bower not-cached git://github.com/angular/bower-angular-route.git#~1.2.x
bower resolve git://github.com/angular/bower-angular-route.git#~1.2.x
bower not-cached git://github.com/angular/bower-angular-resource.git#~1.2.x
bower resolve git://github.com/angular/bower-angular-resource.git#~1.2.x
bower not-cached git://github.com/angular/bower-angular-animate.git#~1.2.x
bower resolve git://github.com/angular/bower-angular-animate.git#~1.2.x
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular-route.git", exit code of #128

Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.131]: errno=Connection refused

npm ERR! angular-phonecat@0.0.0 postinstall: bower install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 postinstall script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 11.4.2
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/interactive/Desktop/Dileep/angular-phonecat-master
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/interactive/Desktop/Dileep/angular-phonecat-master/npm-debug.log
npm ERR! not ok code 0

Is it like having the problem installing bower.I am able to install via npm install and all.
???

@laduran
Copy link

laduran commented Dec 10, 2014

I had the same error described at the top of this topic. Failed on bower installation from the command:

npm install

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:

git config --local url."https://".insteadOf git://

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.

@peantunes
Copy link

I had the same problem and wasn't working deleting the bower_contents then I fix deleting the folder node_modules.

@Aldriel
Copy link

Aldriel commented Dec 18, 2014

Added C:\Program Files (x86)\Git\bin in my environment variables (Windows) and it fixed the problem.

@rsford31
Copy link

rsford31 commented Jan 7, 2015

I'm having an issue installing bower as well. When I run npm install I get:
$ npm install
npm WARN package.json karma-chrome-launcher@0.1.7 No README data

angular-phonecat@0.0.0 postinstall c:\Users\cl07023\angular-phonecat
bower install

bower retry Request to https://bower.herokuapp.com/packages/angular fail
ed with ETIMEDOUT, retrying in 1.8s
bower retry Request to https://bower.herokuapp.com/packages/jquery faile
d with ETIMEDOUT, retrying in 1.2s
bower retry Request to https://bower.herokuapp.com/packages/angular-rout
e failed with ETIMEDOUT, retrying in 1.2s
bower retry Request to https://bower.herokuapp.com/packages/bootstrap fa
iled with ETIMEDOUT, retrying in 1.2s
bower retry Request to https://bower.herokuapp.com/packages/angular-mock
s failed with ETIMEDOUT, retrying in 1.4s
bower retry Request to https://bower.herokuapp.com/packages/angular-reso
urce failed with ETIMEDOUT, retrying in 1.1s
bower retry Request to https://bower.herokuapp.com/packages/angular-anim
ate failed with ETIMEDOUT, retrying in 1.4s
bower retry Request to https://bower.herokuapp.com/packages/angular-reso
urce failed with ETIMEDOUT, retrying in 2.2s
bower retry Request to https://bower.herokuapp.com/packages/angular-anim
ate failed with ETIMEDOUT, retrying in 3.9s
bower retry Request to https://bower.herokuapp.com/packages/jquery faile
d with ETIMEDOUT, retrying in 3.4s
bower retry Request to https://bower.herokuapp.com/packages/angular-rout
e failed with ETIMEDOUT, retrying in 3.4s
bower retry Request to https://bower.herokuapp.com/packages/bootstrap fa
iled with ETIMEDOUT, retrying in 2.9s
bower retry Request to https://bower.herokuapp.com/packages/angular-mock
s failed with ETIMEDOUT, retrying in 3.3s
bower retry Request to https://bower.herokuapp.com/packages/angular fail
ed with ETIMEDOUT, retrying in 3.5s
bower retry Request to https://bower.herokuapp.com/packages/angular-reso
urce failed with ETIMEDOUT, retrying in 5.9s
bower retry Request to https://bower.herokuapp.com/packages/angular-anim
ate failed with ETIMEDOUT, retrying in 7.7s
bower retry Request to https://bower.herokuapp.com/packages/bootstrap fa
iled with ETIMEDOUT, retrying in 5.6s
bower retry Request to https://bower.herokuapp.com/packages/jquery faile
d with ETIMEDOUT, retrying in 7.9s
bower retry Request to https://bower.herokuapp.com/packages/angular-rout
e failed with ETIMEDOUT, retrying in 4.7s
bower retry Request to https://bower.herokuapp.com/packages/angular-mock
s failed with ETIMEDOUT, retrying in 5.6s
bower retry Request to https://bower.herokuapp.com/packages/angular fail
ed with ETIMEDOUT, retrying in 7.4s
bower retry Request to https://bower.herokuapp.com/packages/angular-reso
urce failed with ETIMEDOUT, retrying in 8.1s
bower retry Request to https://bower.herokuapp.com/packages/angular-anim
ate failed with ETIMEDOUT, retrying in 11.3s
bower retry Request to https://bower.herokuapp.com/packages/bootstrap fa
iled with ETIMEDOUT, retrying in 10.6s
bower retry Request to https://bower.herokuapp.com/packages/angular-rout
e failed with ETIMEDOUT, retrying in 14.7s
bower retry Request to https://bower.herokuapp.com/packages/jquery faile
d with ETIMEDOUT, retrying in 12.6s
bower retry Request to https://bower.herokuapp.com/packages/angular-mock
s failed with ETIMEDOUT, retrying in 10.6s
bower retry Request to https://bower.herokuapp.com/packages/angular fail
ed with ETIMEDOUT, retrying in 10.2s
bower retry Request to https://bower.herokuapp.com/packages/angular-reso
urce failed with ETIMEDOUT, retrying in 23.9s
bower retry Request to https://bower.herokuapp.com/packages/angular-anim
ate failed with ETIMEDOUT, retrying in 18.3s
bower retry Request to https://bower.herokuapp.com/packages/bootstrap fa
iled with ETIMEDOUT, retrying in 28.5s
bower retry Request to https://bower.herokuapp.com/packages/jquery faile
d with ETIMEDOUT, retrying in 30.6s
bower retry Request to https://bower.herokuapp.com/packages/angular-rout
e failed with ETIMEDOUT, retrying in 23.0s
bower retry Request to https://bower.herokuapp.com/packages/angular-mock
s failed with ETIMEDOUT, retrying in 23.1s
bower retry Request to https://bower.herokuapp.com/packages/angular fail
ed with ETIMEDOUT, retrying in 22.4s
bower ETIMEDOUT Request to https://bower.herokuapp.com/packages/angular-reso
urce failed: connect ETIMEDOUT

npm ERR! angular-phonecat@0.0.0 postinstall: bower install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 postinstall script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\Program Files\nodejs\node.exe" "c:\Program Files\nodej
s\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd c:\Users\cl07023\angular-phonecat
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\Users\cl07023\angular-phonecat\npm-debug.log
npm ERR! not ok code 0

I have tried running npm install -g bower and get this:
C:\Users\cl07023\AppData\Roaming\npm\bower -> C:\Users\cl07023\AppData\Roaming\n
pm\node_modules\bower\bin\bower
bower@1.3.12 C:\Users\cl07023\AppData\Roaming\npm\node_modules\bower
├── is-root@1.0.0
├── junk@1.0.0
├── stringify-object@1.0.0
├── abbrev@1.0.5
├── chmodr@0.1.0
├── which@1.0.8
├── osenv@0.1.0
├── archy@0.0.2
├── rimraf@2.2.8
├── opn@1.0.1
├── bower-logger@0.2.2
├── lru-cache@2.5.0
├── bower-endpoint-parser@0.2.2
├── graceful-fs@3.0.5
├── lockfile@1.0.0
├── retry@0.6.0
├── nopt@3.0.1
├── tmp@0.0.23
├── q@1.0.1
├── request-progress@0.3.0 (throttleit@0.0.2)
├── shell-quote@1.4.2 (array-filter@0.0.1, array-map@0.0.0, array-reduce@0.0.0,
jsonify@0.0.0)
├── semver@2.3.2
├── chalk@0.5.0 (escape-string-regexp@1.0.2, ansi-styles@1.1.0, supports-color@0
.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
├── fstream@1.0.3 (inherits@2.0.1)
├── p-throttler@0.1.0 (q@0.9.7)
├── bower-json@0.4.0 (intersect@0.0.3, deep-extend@0.2.11, graceful-fs@2.0.3)
├── mkdirp@0.5.0 (minimist@0.0.8)
├── promptly@0.2.0 (read@1.0.5)
├── bower-config@0.5.2 (osenv@0.0.3, graceful-fs@2.0.3, optimist@0.6.1)
├── fstream-ignore@1.0.2 (inherits@2.0.1, minimatch@2.0.1)
├── tar-fs@0.5.2 (pump@0.3.5, tar-stream@0.4.7)
├── decompress-zip@0.0.8 (mkpath@0.1.0, nopt@2.2.1, touch@0.0.2, readable-stream
@1.1.13, binary@0.3.0)
├── request@2.42.0 (caseless@0.6.0, json-stringify-safe@5.0.0, aws-sign2@0.5.0,
forever-agent@0.5.2, stringstream@0.0.4, oauth-sign@0.4.0, tunnel-agent@0.4.0, q
s@1.2.2, node-uuid@1.4.2, mime-types@1.0.2, form-data@0.1.4, http-signature@0.10
.1, bl@0.9.3, tough-cookie@0.12.1, hawk@1.1.1)
├── glob@4.0.6 (inherits@2.0.1, once@1.3.1, minimatch@1.0.0)
├── bower-registry-client@0.2.2 (request-replay@0.2.0, graceful-fs@2.0.3, lru-ca
che@2.3.1, mkdirp@0.3.5, async@0.2.10, request@2.27.0)
├── cardinal@0.4.0 (redeyed@0.4.4)
├── update-notifier@0.2.0 (semver-diff@0.1.0, string-length@0.1.2, latest-versio
n@0.2.0, configstore@0.3.2)
├── mout@0.9.1
├── inquirer@0.7.1 (figures@1.3.5, mute-stream@0.0.4, through@2.3.6, readline2@0
.1.0, lodash@2.4.1, cli-color@0.3.2, rx@2.3.22)
├── handlebars@2.0.0 (optimist@0.3.7, uglify-js@2.3.6)
└── insight@0.4.3 (object-assign@1.0.0, async@0.9.0, chalk@0.5.1, os-name@1.0.1,
lodash.debounce@2.4.1, tough-cookie@0.12.1, configstore@0.3.2, inquirer@0.6.0)
When I try running npm install again I get the same message.

I've deleted the files from ~\AppData\Roaming\bower\cache and re-ran npm install. Same issue.
I've used bower cache clean and then re-ran npm install. Same issue.
I've tried git config --global url."https://".insteadOf git:// and re-ran npm install. Same issue.
I've never had bower_components appear in angular-phonecat\app.

Just a note I am behind a fire wall.

Any ideas?

@thetallweeks
Copy link

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:

bower EINVRES       Request to https://bower.herokuapp.com/packages/html5-boilerplate failed with 500

So I removed the dependency, ran bower install, then added it back with

bower install html5-boilerplate --save

@natstar93
Copy link

@peantunes Thanks, deleting node_modules worked for me :)

@shoaibuddin
Copy link

This is due to permission issue. Try:
sudo bower install --allow-root

@chandu87
Copy link

finally this solution solved my problem... Thanks
git config --local url."https://".insteadOf git://

@ghost
Copy link

ghost commented May 5, 2015

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.

@zishanj
Copy link

zishanj commented May 21, 2015

I was facing this same issue on my Ubuntu and I have installed git:

sudo apt-get install git

For windows users, they should visit this link to install git: https://msysgit.github.io/

@ankur711
Copy link

when i do npm install, this will show following error
what should I do.?
npm ERR! install Couldn't read dependencies
npm ERR! Linux 3.13.0-32-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! path /home/ankur/package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -2

npm ERR! package.json ENOENT, open '/home/ankur/package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.

npm ERR! Please include the following file with any support request:
npm ERR! /home/ankur/npm-debug.log

@ghost
Copy link

ghost commented Jun 24, 2015

@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.

@xiaofire
Copy link

On Windows 8.1, I was getting the same as the op. Fixed by using Git Bash:

Opened up Git Bash
In Git Bash, cd to angular-phonecat directory
In Git Bash, npm install
Then I:

Opened up a command window (i.e. cmd), not in Git Bash
In the command window, cd to angular-phonecat directory
In the command window, npm start
Web server starts and I can see the on http://localhost:8000/app

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
%PROGRAMFILES(x86)%\Git\bin;%PROGRAMFILES(x86)%\Git\cmd to my path environment variable and git is now recognised in command window (which it wasn't before).

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!

@Abhilash-Chandran
Copy link

Possible Solution for "Git not in Path" error (Windows 10):

  1. I simply switched the Default shell in GitHub Desktop app(Windows 10) to cmd.
  2. Opened the the angular-phonecat in a GitShell(which inturn is a cmd).
  3. From here again I ran "npm install" and it proceeds fine without errors.

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.

@ghost
Copy link

ghost commented Aug 22, 2015

@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.

@undergrinder
Copy link

@DuncanJack , thank you it works fine! (with gitbash+cmd)

@pejman-saberin
Copy link

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.

@RajeswarReddy
Copy link

Hi, i am getting this error, while starting npm start . Can anyone rectify please.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v4.3.1
npm ERR! npm v2.14.12
npm ERR! code ELIFECYCLE
npm ERR! angular-phonecat@0.0.0 start: http-server -a 0.0.0.0 -p 8000
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 start script 'http-server -a 0.0.0.0 -p 8000'.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! http-server -a 0.0.0.0 -p 8000
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Rajesh\angular-phonecat\npm-debug.log

@OutsourcedGuru
Copy link

@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...

netstat -a | find "LISTENING"

...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.

@starjam
Copy link

starjam commented Mar 15, 2016

Help I am getting following errors: window 8.1

all above steps taken and still failing...........

C:\Users\ja\Desktop\bbb>npm install

bbb@0.1.0 postinstall C:\Users\ja\Desktop\bbb
bower install && ./node_modules/.bin/gulp build

'.' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v4.4.0
npm ERR! npm v2.14.20
npm ERR! code ELIFECYCLE
npm ERR! bbb@0.1.0 postinstall: bower install && ./node_modules/.bin/gulp build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bbb@0.1.0 postinstall script 'bower install && ./node_mod
ules/.bin/gulp build'.
npm ERR! This is most likely a problem with the bbb package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install && ./node_modules/.bin/gulp build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs bbb
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls bbb
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\ja\Desktop\bbb\npm-debug.log

C:\Users\ja\Desktop\bbb>

@petebacondarwin
Copy link
Contributor

@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 bower install && ./node_modules/.bin/gulp build is a BASH command and you are trying to run this command from the Windows command prompt, which does not understand that syntax.

@starjam
Copy link

starjam commented Mar 16, 2016

HI
Sorry I am not sure but I am running the npm install from Node.js prompt
So am not sure why it is picking up a BASH command
I had to fork the project from GITHUB then copy it locally
Then load node.js and run npm install
Now I am getting all the below issues
It was alot more but it is down to the belwo issues now....

@petebacondarwin
Copy link
Contributor

Which project on github did you fork?

@starjam
Copy link

starjam commented Mar 16, 2016

It is private unfortunately - i got an invite
they have a number of dependancies also
darn i think i am up the creak on this one...

Dependencies

  • Mongodb
  • Elasticsearch (with two indexes named 'bbb-cos' and 'worrdss' => curl -XPUT 'http://localhost:9200/bbb-cos/')

Run the app

npm install
npm run dev

To run locally but connect to QA db

NODE_ENV=qa MONGO_USER=admin MONGO_PASSWORD=??????? npm run dev
<!-- NODE_ENV=qa MONGO_USER=admin  MONGO_PASSWORD=??????? npm start to avoid the watcher -->

open in browser

http://localhost:3000/

Test

All

npm run all-test

Functional

npm run e2e-test

@petebacondarwin
Copy link
Contributor

I'm afraid that this project has been developed on a unix based system,
which is why the tools are not working for you on Windows.
While it is completely possible to fix this, it is outside of the scope of
this issue, since it is neither related to phonecat nor a issue with the
project.

I suggest that you ask around on StackOverflow or node related mailing
lists to see if there is someone that can give you support.

@starjam
Copy link

starjam commented Mar 16, 2016

yes i think i need to leave it
i am really running out of time on it after 4 days
cheers Pete

@gkalpak gkalpak closed this as completed Apr 5, 2016
@divye1995
Copy link

divye1995 commented Jun 13, 2016

The issue us with bower and its is solved if you run this

sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config

P.S saw it on stackoverflow

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