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,
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:
"type": "module"
in package.json.npm install
.gulp
command.Hi,
Sorry for the late reply. We will check this further and get back to you ASAP.
Regards,
Sean