meteor-bower icon indicating copy to clipboard operation
meteor-bower copied to clipboard

[DEPRECATED] Use bower packages in your Meteor app

Results 23 meteor-bower issues
Sort by recently updated
recently updated
newest added

many things using npn bindep (using bower) are not possible with meteor

I have a dependency which includes a handful of optional CSS files, all of which are included in the "main" section of its `bower.json`. Several of them are fairly large,...

won’t fix

Per default, the bower folder is located under .meteor/local/bower. This worked for me in Meteor 1.1, but causes problems with `fourseven:scss`, because this package cannot reference SCSS files in this...

question
won’t fix

bower packages that have name != _originalSource are not added to the application at runtime (jquery-ui for example). This is due to the line 95 in handler.js file var pkgName...

won’t fix

A package that i want to use in my app ( CodeMirror) has a lot of js, that can be attached if the functionality is needed. Now somehow i dont...

won’t fix

When im starting meteor im just getting this error. I also tried starting meteor with "dependencies" empty but nothing helped: ``` => Errors prevented startup: While building the application: /Users/dennisstolmeijer/.meteor/packages/mquandalle_bower/.1.5.2.h5gl50++os+web.browser+web.cordova/plugin.bower.os/npm/bower/node_modules/glob/sync.js:29:11:...

won’t fix

I am trying to load mustache.js but meteor-bower just wont load it (not found as a package when i look at source-code on page). My Bower.json ``` { "name": "test",...

won’t fix

Loading react-bootstrap like so: ``` "overrides": { "react-bootstrap": { "arch": [ "client", "server" ] ``` In lib/main.jsx I can do: ``` const {Col, Grid, Nav, Navbar, NavItem, Row} = ReactBootstrap...

question
won’t fix

I've been reading some posts here and on stack overflow about load order with meteor-bower (e.g. /lib/bower.json), but I haven't been able to figure out how to control load order...

won’t fix

When adding this package to my app, everything works fine. However, when I add my first dependency, I get the following error. ``` While building the application: fs.js:488:19: EISDIR, illegal...

won’t fix