Questions tagged as 'bower'

1
answer

Import Polymer with Bower in Django

I'm using cloud9, and I have a project in Django where I have to perform the view with Polymer. I follow the bower installation manual: link I install bower correctly, and I install polymer (google maps) with bower correctly (I see that the...
asked by 24.05.2016 / 19:10
1
answer

Synchronize attributes, angular component

I am using an "external" bower component (although I can modify it if necessary) to upload files to a server. This component when the upload completes notifies a method of my controller and establishes in the model an upload identifier. The issu...
asked by 13.03.2018 / 10:57
1
answer

Ruby on Rails 5 bower: install

I'm super new at Rails and I'm trying to learn as much as I can. When trying to do bower: install I have the following error.    NoMethodError: undefined method 'assets' for # I am trying to follow the next course and in the installa...
asked by 23.08.2018 / 20:02
1
answer

Error executing "bower install" error "ENORESTARGET No tag found that was able to satisfy 1.5.3"

I do not know why he tries to install the library "canvg # 1.5.3" if in the bower.json this library is not referenced, please help him, thanks. This is my bower.json: { "name": "genesys", "version": "0.0.0", "dependencies": { "...
asked by 28.12.2018 / 00:06
0
answers

Install dependency that does not have a package.json file

How you can install with npm or bower a project in github which does not have a package.json file, for example, in composer you can create a package of the following way: { ... "repositories": [ { "type": "package",...
asked by 13.03.2018 / 02:24
1
answer

Problem about emberJS and polyfills

I clone an ember project and when running it throws me the following error: loader.js:247 Uncaught Error: Could not find module '@ember/polyfills' imported from 'radio/initializers/viewport-config' at missingModule (loader.js:247) at f...
asked by 15.02.2018 / 14:03
0
answers

Error with "bower install"

When I try to do bower install I get the following: This is my .bowerrc { "directory": "wwwroot/lib", "proxy": "http://<myproxy>:<port>", "https-proxy": "http://<myproxy>:<port>", "strict...
asked by 26.08.2017 / 14:38
1
answer

Concatenate bower components with gulp

Good afternoon everyone, I have a problem trying to concatenate all my bower components in a single file called vendor.js. This is my gulp task: gulp.task('bower', function() { var jsFilter = gulpFilter('**/*.js', { restore:...
asked by 20.04.2017 / 21:26