emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.27k stars 598 forks source link

npm start error #228

Open SimoneNegro opened 1 month ago

SimoneNegro commented 1 month ago

Hi, i'm trying to build .NET project with angular as single pages. I downloaded this project but i found an issue, beacause when i run it, the cli give me this build error: image

Someone have an idea why i keep recieve this error?

thienbon commented 4 weeks ago

I face a same issue as you today and realize that maybe the dotnet version(my dotnet version when i face the issue is 8.0.403) is the reason why it not working .So i change my version of dotnet from 8.0.403 into 8.0.100 by installing it and write this command to create a global.json file in the project "echo { "sdk": { "version": "8.0.100" } } > global.json" to change the version and somehow it work . Hope this comment can help you

SimoneNegro commented 3 weeks ago

I figured out the error, was an HTTPS certificate problem.

anudeepsett1050 commented 3 weeks ago

Same Issue I am facing. Not able to resolve please help!