Dear Support,
I purchased a copy of Metronic but have trouble getting your Blazor integration guide to work. I'm following the instructions here:
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-server
I followed thru steps 1 to 4 (4 being - npm install & npm run dev)
But i get the error that there is no "run dev" script.
I then tried "npm run" to what is available and I see "npm run build"
so I tried that but the script stuck at :
./src/core/index.ts 6.79 KiB [built] [code generated]
webpack 5.94.0 compiled successfully in 4303 ms
Help? Thanks.
SY Lim.
The full output of "npm run build" is as attached:
> metronic-tailwind-html@9.0.6 build
> npm run build:css && npm run build:js --mode=development
> metronic-tailwind-html@9.0.6 build:css
> npx tailwindcss -i ./src/css/styles.css -o ./dist/assets/css/styles.css
Rebuilding...
Done in 4037ms.
> metronic-tailwind-html@9.0.6 build:js
> webpack --mode=development
assets by status 8.34 MiB [compared for emit]
assets by path ../../metronic/dist/assets/vendors/ 7.38 MiB 17 assets
assets by path js/ 984 KiB
assets by status 945 KiB [big] 2 assets
asset js/widgets\general.js 22.4 KiB [compared for emit] (name: widgets\general)
asset js/datatables\current-sessions.js 10.7 KiB [compared for emit] (name: datatables\current-sessions)
asset js/layouts\demo1.js 6.19 KiB [compared for emit] (name: layouts\demo1)
assets by status 703 KiB [emitted]
assets by path dist/assets/vendors/leaflet/ 247 KiB
asset dist/assets/vendors/leaflet/leaflet.bundle.js 232 KiB [emitted]
asset dist/assets/vendors/leaflet/leaflet.bundle.css 14.5 KiB [emitted]
asset dist/assets/vendors/@form-validation/form-validation.bundle.js 229 KiB [emitted]
asset dist/assets/vendors/keenicons/styles.bundle.css 227 KiB [emitted]
asset dist/assets/vendors/prismjs/prismjs.min.js 189 bytes [emitted]
runtime modules 1.63 KiB 7 modules
cacheable modules 382 KiB
modules by path ./node_modules/@popperjs/core/lib/ 68.8 KiB
modules by path ./node_modules/@popperjs/core/lib/dom-utils/*.js 18.8 KiB 23 modules
modules by path ./node_modules/@popperjs/core/lib/utils/*.js 10.9 KiB 19 modules
modules by path ./node_modules/@popperjs/core/lib/modifiers/*.js 28.6 KiB 10 modules
modules by path ./node_modules/@popperjs/core/lib/*.js 10.6 KiB 5 modules
modules by path ./src/ 313 KiB
modules by path ./src/core/components/ 253 KiB 43 modules
modules by path ./src/app/ 36.5 KiB 4 modules
modules by path ./src/core/helpers/*.ts 16.7 KiB
./src/core/helpers/utils.ts 3.04 KiB [built] [code generated]
+ 3 modules
./src/core/index.ts 6.79 KiB [built] [code generated]
webpack 5.94.0 compiled successfully in 4303 ms
Thanks.
Hi,
I want to apologize for the late reply.
Are you using the latest Metronic version?
We will test our integration docs further. If you failed after the following steps in the guide you can try to use Metornic Blazor integration example app.
Regards,
Lauris Stepanovs,
Keenthemes Support Team