manuelLandreau / strapi-nextjs-starter

OUTDATED PROJECT ! Strapi headless CMS + Next JS framework + Easy Peasy store managment + Reactstrap (bootstrap 4) ...
MIT License
6 stars 1 forks source link

can not start this project #1

Open wulucxy opened 4 years ago

wulucxy commented 4 years ago
starting the development server ...
[ info ]  waiting on http://localhost:3000 ...
Defining routes from exportPathMap
[ error ] ./scss/main.scss
      @if $grid-row-columns > 0 {
         ^
      Undefined variable: "$grid-row-columns".
      in /Users/qingtong/work/qingtong/strapi-nextjs-starter/client/node_modules/_bootstrap@4.5.0@bootstrap/scss/mixins/_grid-framework.scss (line 41, column 11)
[ wait ]  compiling ...
[ error ] ./scss/main.scss
      @if $grid-row-columns > 0 {
         ^
      Undefined variable: "$grid-row-columns".
manuelLandreau commented 4 years ago

it might be an issue between bootstrap 4.3.1 and 4.3.x, try "bootstrap": "4.3.1", in the package.json, without the ^.

manuelLandreau commented 4 years ago

PS : it's an outdated project, I will specify it