Giter Club home page Giter Club logo

Comments (5)

Spea avatar Spea commented on July 30, 2024

That is a good question. I'm not sure if this can be done, but I will check it

from spbowerbundle.

mktcode avatar mktcode commented on July 30, 2024

Same issue here. Any progress on this?

from spbowerbundle.

Tokeiito avatar Tokeiito commented on July 30, 2024

Same problem on my end. Normally on plain bower install, it will give us to choose which version of package to use. But with sp:bower:install it just throws exception.

from spbowerbundle.

nanoo-k avatar nanoo-k commented on July 30, 2024

I decided against SpBowerBundle, but one solution may be to include a
resolutions parameter in bower.json.

{
"dependencies": {
"jquery": "2.1.3",
"angular": "1.3.15"
},
"resolutions": {
"angular": "1.3.9",
"jquery": "2.1.3"
}
}

I haven't tried, but I'm guessing SpBowerBundle respects the definitions
under resolutions. You'll need to figure out which version to resolve to
yourself, but SpBowerBundle might play nice once you do.

On Tue, May 5, 2015 at 6:51 AM, Tokeiito [email protected] wrote:

Same problem on my end. Normally on plain bower install, it will give us
to choose which version of package to use. But with sp:bower:install it
just throws exception.


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

from spbowerbundle.

Spea avatar Spea commented on July 30, 2024

You can handle dependency conflicts in the latest master version. I will try to release a new version asap, but I have to clean up some other things first.

from spbowerbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.