349 questions
3 votes
2 answers
1k views
angular-file-saver is not installed
Hi All Experts of Angularjs I am using bower install for my angular project "file-saver.js": "^1.20150507.2", "angular-file-saver": "^1.1.3", I am getting ...
18 votes
2 answers
8k views
Unable to resolve file-saver.js dependency file from bower install angular-file-saver
I'm using the following command - bower install angular-file-saver --save , which has internal dependency on bower file-saver.js#~1.20150507.2. This dependency is not able to download as this is not ...
0 votes
1 answer
801 views
Bower unable to install [email protected] [duplicate]
We have an old ember app has bower.json with below configuration: { "name": "my-app", "dependencies": { "Faker": "~3.1.0" } } It has been ...
2 votes
0 answers
183 views
TypeError: a is not a function in AngularJS on Modal Pop-up Issue
Whenever I am opening the Modal Pop-up, I am getting the TypeError on console and after that entire screen gets stuck/Freeze. I have to refresh the page every time after I open the Modal popup. Error ...
0 votes
1 answer
254 views
bower install I don't know why this happens,Someone else's project
error message: ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/angular/bower-angular.git", exit code of #1 28 fatal: unable to access 'https://github.com/angular/...
4 votes
1 answer
2k views
bower ENORESTARGET No tag found issue
I'm having a problem with installing bower bootstrap material design dependencies, that dependencies installing failed for me on bootstrap material design version 0.5.10 , it shows a ENORESTARGET No ...
0 votes
0 answers
302 views
bower install - Cannot find module 'tough-cookie'
I am getting an error and I don't know what to make of it. I'm clone a project then run npm install. There is no problem but when i run bower install i am getting this error. How can i fix this?
-2 votes
1 answer
223 views
Installation failed, reverting ./composer.json to its original content [Composer\Repository\InvalidRepositoryException]
When trying to add a library symfony/var-dumper composer long puts packages with bower-asset and in and then gives this error - [Composer\Repository\InvalidRepositoryException] ...
0 votes
0 answers
5k views
Can't get bower install polymer 'bower-components' folder is missing?
I am trying to install bower and polymer as part of a project for Udacity I am provided with a repo to clone and install bower and gulp within it At the end of the installation, I get Error 'Polymer ...
0 votes
0 answers
200 views
How to install bower without connecting to internet?
To be able to use the command bower install, first I have to install bower itself by the command npm install -g bower. This command, however connects to the internet. Is there a way to install bower ...
3 votes
1 answer
154 views
Why some dependencies are not able to install using npm but instead bower and vice versa
I tried to install "angular-jk-carousel" with npm and its not getting installed but with bower it works as expected. but in official document of "angular-jk-carousel" it is mentioned that it can be ...
1 vote
0 answers
389 views
Bower returning error : EHTTP Status code of 401
I am getting below error when running bower install. The problem seems to be that there is a proxy inside the .bowerrc file. If I am using other location which is not having username and password, it ...
0 votes
0 answers
348 views
bower ENOTFOUND Package pd-helpers: not found
Hi I am using below bower.json to build my application here we have pd-helpers dependecy where i am giving url and while running bower install its running succesfully if i change some version number ...
0 votes
0 answers
665 views
'bower' and 'gulp' is not recognized as an internal or external command
I have installed npm via command npm install and it is suucessfully installed also. I have executed this command npm install gulp -g and it is successfully installed. When I run this command npm ...
-1 votes
1 answer
373 views
Can't install bower in Linux [closed]
I try to install bower. I use Linux Mint 17.2 Rafaela I have node v0.10.25 and npm 1.3.10 I try to run in the terminal: sudo npm install -g bower and get: npm http GET https://registry.npmjs....