Blazor theme setup
I get an error while running npm run build during initial setup. I have followed documentation provided for blazor setup, but it just doesnt work. Bellow you can check error that i ran into.
ERROR:https://imgur.com/a/ZDFpPWO
Thanks in advance for help,
Replies (2)
Hi,
I want to apologize for the late reply.
We double-checked our Blazor Starterkit and managed to reproduce this error.
The error appears only with Webpack; Gulp works correctly. Meanwhile, we are working on a fix. As a temporary workaround, you can use Gulp to build assets.
To build assets with Gulp, follow the steps below:
- Install Gulp.
- Set
"type": "module"in package.json. - Install npm dependencies with
npm install. - Build assets by running the
gulpcommand.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,
Sorry for the late reply. We will check this further and get back to you ASAP.
Regards,
Sean