-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Build errors on ubuntu #22177
Comments
Log file contents:
|
Hey! I've been overhauling the build system, so I suppose bugs were inevitable. I haven't seen anything like this before. The Travis build is passing on Ubuntu Trusty, so the theory is that it must work on Ubuntu. Your environment must be different somehow. What happens when you do this? git clone --depth=1 https://github.com/twbs/bootstrap.git
cd bootstrap
npm install
npm test |
I had the same problem after downloading using the link on the bootstrap website but after directly cloning the repo it works! |
I tried your steps and it does get further. FYI I was getting bootstrap from bower this way: -- here is the output from your steps :
|
@tamarmot ah okay. Bootstrap's build system may be broken currently when pulling from non-git sources, as these rely on a manual file include list that may not include all the needed build files. I need to fix that for the next release, but currently there are several pieces being updated. From the output you have provided, it looks like the build will succeed, but you have a corrupted gem install. Try running |
Bower doesn't include the docs, so it makes sense that the docs tasks fail. Running anything else should be fine though. Closing out since @bardiharborow is working on refreshing the entire build system anyway and the Gruntfile as it stands today is largely a framework nicety for us to ship Bootstrap vs for others to use. Perhaps we nuke the Gruntfile from Bower? |
I am getting started customizing bootstrap 4 with sass and trying to compile it on my ubuntu VM. I have tried various versions of node, including 6.x, 7.6, 7.7.2, and always updated the installed packages. I'm on npm 4.4.1.
Compilation fails on the 'docs' step when I call grunt or grunt dist.
The text was updated successfully, but these errors were encountered: