You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
So I expect that executing npm run dev start compilation of bulma.sass, bulma-switch.sass and bulma-timeline.sass and injecting build output. But compiler give me this error:
I'm using those packages:
with this configuration:
So I expect that executing
npm run dev
start compilation of bulma.sass, bulma-switch.sass and bulma-timeline.sass and injecting build output. But compiler give me this error:I've see that in package.json of bulma-timeline package there's
"bulma": "^0.9.3"
and the var undeclared is$grey-lighter
that is declared in the https://github.com/jgthms/bulma/blob/0.9.3/sass/utilities/derived-variables.sass file from that bulma dist.I'm missing something in my toolchain?
Edit 1: I've already use
rm -rf .nuxt .output dist node_modules
andnpm cache clean --force
before install.The text was updated successfully, but these errors were encountered: