Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM install build system failing #19601

Closed
GitMiester opened this issue Mar 24, 2016 · 4 comments
Closed

NPM install build system failing #19601

GitMiester opened this issue Mar 24, 2016 · 4 comments

Comments

@GitMiester
Copy link

Hello,

All I am trying to do is use Flexbox with v4. I can't find a flexbox download anywhere. Is there one? http://v4-alpha.getbootstrap.com/getting-started/download/ doesn't seem to work even when I click
the Flexbox option at the bottom of the page. It downloads but doesn't seem to contain flexbox.

So after looking around I decided to run the build system and download bootstrap via npm install.

npm --version
3.8.2

nodejs --version
v0.10.37

Theres a lot of missing files like grunt/sauce_browsers.yml and the whole folders files /grunt/bs-sass-compile/* .

Also when I run

bundle install

I get the following output:

Could not locate Gemfile or .bundle/ directory

Can someone please link to boostrap 4 flexbox? The npm install is hard and is having issues.

@cvrebert
Copy link
Collaborator

Theres a lot of missing files like grunt/sauce_browsers.yml and the whole folders files /grunt/bs-sass-compile/* .

Duplicate of #16400.

Could not locate Gemfile or .bundle/ directory

The Gemfile is only used to install Jekyll and SCSS-Lint, which aren't necessary in normal npm usage.

@cvrebert
Copy link
Collaborator

I can't find a flexbox download anywhere. Is there one?

Not yet. See #18292.

@GitMiester
Copy link
Author

Thanks for the reply. I saw that it had been closed and effects v3 so I opened this issue up.

I went ahead and downloaded v4 here on github instead of downloading it via npm install. Grunt worked flawlessly.

Thanks for the heads up about Jekyll.

Also if anyone gets stuck in this situation heres a flexbox mirror in the mean time https://github.com/GitMiester/bootstrap-4-flexbox . I wasn't sure if the JS needed to be added for flexbox but put it there anyways.

@cvrebert
Copy link
Collaborator

For the record, Flexbox only affects the CSS, not the JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants