Open wulucxy opened 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".
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 ^.
PS : it's an outdated project, I will specify it