I recently purchased a theme but am having trouble finding the Blazor .NET 8 template in the download section. Could you please help me locate it or guide me on how to access the Blazor .NET 8 template?
Hi,
Please check Metronic 9 Tailwind version from Live Preview.
We have Blazor .NET 8 server Integration Guide with Starterkit code that you can use as a base solution.
Regards,
Sean
I have bought the theme and was installing it in my blazor server app , Every thing was ok but when I run this command "npm install & npm run dev" it is giving me error . This is the error
"C:\Users\Shamas\source\repos\New Project\Project\Solution\Solution.UI\metronic>npm install & npm run dev
up to date, audited 602 packages in 2s
154 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm error Missing script: "dev"
npm error
npm error To see a list of scripts, run:
npm error npm run
npm error A complete log of this run can be found in: C:\Users\Shamas\AppData\Local\npm-cache\_logs\2024-09-13T19_51_29_747Z-debug-0.log
C:\Users\Shamas\source\repos\New Project\Project\Solution\Solution.UI\metronic>"
Now getting this issue when I rebuild the project .
1>C:\Users\Shamas\source\repos\New Project\Project\Solution\Solution.UI\metronic\node_modules\@types\node\stream\web.d.ts(469,56): error TS1005: Build:'?' expected.