Closed vw98075 closed 8 months ago
JHipster has completed the sample check
.yo-rc.json
:
Entities JDL:
Application: successfully generated
Frontend check: skipped
Backend check: skipped
E2E check: skipped
I observed it on jhipster-release-8.0.0-beta.3
but it's not happening on the latest master branch. I thought it might have been fixed with some lib upgrades.
also my observation was with ./gradlew clean -Pdev bootJar
.
It's a warning only.
it is due to bootstrap
in the file node_modules/bootstrap/scss/vendor/_rfs.scss
There are 2 workarounds https://github.com/twbs/bootstrap/issues/39028#issuecomment-1693189126 and https://github.com/twbs/bootstrap/issues/39028#issuecomment-1697758268.
But I don't think we should use them by default.
@mshima Please merge or close at your convenience.
Overview of the issue
This error occurs right after the client is up with "npm start".
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
jhipster-release-8.0.0-beta.3
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System