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
Hi there! 👋 I am new to Blueprint and wanted to run the demo app to develop on some components in a playground/isolated environment. I see the @blueprintjs/demo-app package as well as a reference to it in the README. However, I don't see any documentation on how the demo app should be run. Am I missing something?
I tried the following command:
npx nx run @blueprintjs/demo-app:dev
but ran into a scss compilation error in the _examples.scss stylesheet used in the demo app.
The same error occurs when running the dev command locally from within the package directory:
cd packages/demo-app && yarn dev
Is this a bug, or am I invoking the wrong set of commands to run the demo? Changing the import to pull from core/src/common instead of core/lib/scss seems to fix the compilation issue:
Environment
Question
Hi there! 👋 I am new to Blueprint and wanted to run the demo app to develop on some components in a playground/isolated environment. I see the
@blueprintjs/demo-app
package as well as a reference to it in the README. However, I don't see any documentation on how the demo app should be run. Am I missing something?I tried the following command:
but ran into a scss compilation error in the
_examples.scss
stylesheet used in the demo app.The same error occurs when running the dev command locally from within the package directory:
Is this a bug, or am I invoking the wrong set of commands to run the demo? Changing the import to pull from
core/src/common
instead ofcore/lib/scss
seems to fix the compilation issue:Possibly related to #5331
The text was updated successfully, but these errors were encountered: