Open randy-johnson opened 5 years ago
fwiw I get this when trying to build on my mac as well.
@randy-johnson could you try doing npm install
first?
I bumped in to the same error.
Looks like $input-height-inner-sm
and $input-height-inner-lg
(maybe similar others) have been removed from Bootstrap _variables.scss
file.
This quick "fix" worked for me, but haven't really dived into the style changes:
@import "~bootstrap/scss/bootstrap";
$input-height-inner-sm: $input-height-inner;
$input-height-inner-lg: $input-height-inner;
@import "~froala-design-blocks/src/scss/froala_blocks";
@stefanneculai, I did this before, but I tried again and received the same error. @ivuorinen thanks I will try that and see how it goes. Thank You.
Just comment the lines with $input-height-inner-sm and $input-height-inner-lg, they are not used anyway.
Same bug here, from windows 10
I get the following error when I run npm run start
Any idea what the issue is?