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

Module build failed boostrap #16

Closed
raxkin opened this issue Aug 11, 2017 · 3 comments
Closed

Module build failed boostrap #16

raxkin opened this issue Aug 11, 2017 · 3 comments
Assignees

Comments

@raxkin
Copy link

raxkin commented Aug 11, 2017

I just clone the project and installed dependences. When i run npm run dev it throws 24 errors, all for the same problem:

 error  in ./src/components/vuestic-components/vuestic-modal/VuesticModal.vue

Module build failed: 
$link-hover-color:      darken($link-color, 15%) !default;
                       ^
      Argument `$color` of `darken($color, $amount)` must be a color

Backtrace:
	node_modules/bootstrap/scss/_variables.scss:168, in function `darken`
	node_modules/bootstrap/scss/_variables.scss:168
      in /dev/vue/node_modules/bootstrap/scss/_variables.scss (line 168, column 25)

 @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-3b72342e&scoped=true!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/components/vuestic-components/vuestic-modal/VuesticModal.vue 4:14-302 13:3-17:5 14:22-310
 @ ./src/components/vuestic-components/vuestic-modal/VuesticModal.vue
 @ ./src/components/vuestic-components/vuestic-components-plugin.js
 @ ./src/main.js
 @ multi ./build/dev-client ./src/main.js

It gives the same error but for other components.

2 days ago i cloned the same project and it works fine, but today no

Also it give this error:

 error  in ./src/App.vue

Module build failed: 
    @include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-border-radius);
            ^
      Mixin button-size is missing argument $border-radius.
      in /dev/vue/src/sass/_override-bootstrap.scss (line 56, column 14)

 @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-rewriter.js?id=data-v-8378b114!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/App.vue 4:14-245 13:3-17:5 14:22-253
 @ ./src/App.vue
 @ ./src/main.js
 @ multi ./build/dev-client ./src/main.js
@smartapant
Copy link
Contributor

@raxkin we'll have a look!

@papasikis
Copy link
Contributor

papasikis commented Aug 11, 2017

@raxkin, thanks you for this issue! Problem was in failure of reverse compatibility of bootstrap 4 beta with bootstrap 4 alpha:)

@kahwooi
Copy link

kahwooi commented Oct 17, 2017

Can it work with beta?

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

No branches or pull requests

4 participants