NativeScript/nativescript-marketplace-demo

Error: argument `$color` of `darken($color, $amount)` must be a color

lianglei777 opened this issue · 2 comments

when i run 'tns run ios ' have issue.

Found peer node-sass
Error: argument $color of darken($color, $amount) must be a color

   Backtrace:
    node_modules/bootstrap/scss/_variables.scss:142, in function `darken`
    node_modules/bootstrap/scss/_variables.scss:142
    on line 142 of node_modules/bootstrap/scss/_variables.scss

$link-hover-color: darken($link-color, 15%) !default;
----------------------------^

Closing as the issue is no longer reproducible in this application (SASS removed in favour of CSS)