question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bootstrap-v4-dev doesn't have 4.0.0-beta

See original GitHub issue

When suggesting a feature, include:

Situation: Our site currently runs on both bootstrap 3 and 4, and we are the process of doing modular migrations. Our approach was we used “bootstrap” and “bootstrap-v4-dev” as separate dependencies in your package.json (we use npm).

We then prefixed this on less.

.bootstrap4-ec {
  @import (less) "~bootstrap-v4-dev/dist/css/bootstrap.css";
  @import (less) "~bootstrap-v4-dev/dist/css/bootstrap-grid.min.css";
  @import (less) "~bootstrap-v4-dev/dist/css/bootstrap-reboot.min.css";
}

We wanted to upgrade to 4.0.0-beta and get this error:

npm ERR! notarget No compatible version found: bootstrap-v4-dev@4.0.0-beta
npm ERR! notarget Valid install targets:
npm ERR! notarget 4.0.0-alpha.6, 4.0.0-alpha.5, 4.0.0-alpha.4, 4.0.0-alpha.2

Running a manual install npm install bootstrap-v4-dev@4.0.0-beta

Results in the same error.

Would it be possible to update the version for your bootstrap-v4-dev branch as well? https://www.npmjs.com/package/bootstrap-v4-dev

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
azamanazacommented, Sep 29, 2017

I see. For anyone else with the same situation, we decided to:

  • Manually download/include bootstrap 3
  • Included bootstrap 4 in our package.json
0reactions
mdocommented, Sep 28, 2017

As @fchiumeo mentioned, bootstrap-v4-dev is the incorrect package for any version of Bootstrap. Someone made this package on their own and we do not maintain it. If you want separate versions of Bootstrap, you’ll need to specify them on your own from the bootstrap package.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to v4 - Bootstrap
Moving from Beta 3 to our stable v4.0 release, there are no breaking ... Now, both have matching HTML structure (outer <div> with...
Read more >
Bootstrap dropdown in 4.0.0 BETA - Stack Overflow
I have a problem with the new version of bootstrap (4.0.0 BETA), I want to use navbar dropdown with the new version but...
Read more >
How the Heck? The Bootstrap 4 Beta thread - Roots Discourse
So Bootstrap 4 Beta was released today, and it includes some significant changes from Alpha 6, including how colors are referenced.
Read more >
ng-bootstrap/CHANGELOG.md at master - GitHub
ng-bootstrap now requires Bootstrap CSS 4.0.0-beta; buttons: The btn-group CSS class needs to added explicitly for radio buttons. Before: <div ngbRadioGroup ...
Read more >
Custom CSS not being applied (Example) - Treehouse
I have the link element added directly below the bootstrapp CDN link. I created a new fold called css, added a new file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found