Hi, I am experiencing errors error while executing...
# kvision
j
Hi, I am experiencing errors error while executing
./gradlew frontendRun -t
on the wizard-generated KVision project. On the browser, the errors look like:
Compiled with problems:
ERROR in ../../node_modules/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css 1:0
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
> @charset "UTF-8";
| .abc-checkbox {
|   cursor: default;
Any idea of what I might be doing wrong?
r
Hi
Is it a fullstack project? What backend?
j
Sorry! It's fullstack with Spring Boot.
The error seems to be on the frontend only, and related to the
startApplication
call.
If I remove entries from there, I get fewer errors.
By trimming the call down to
startApplication(::App, module.hot)
I only get one such error, related to
../../node_modules/kvision-assets/css/style.css
. I hope this helps.
Please DISREGARD this question. My BAD!
While copying the project over from another folder I left the
webpack.config.d
behind. All is working now. My apologies!
r
OK, no problem 🙂
Any feedback is appreciated 🙂
j
Thanks! This project looks awesome. I am evaluating it to use on both personal and business projects. Especially keen on using maps and forms.