Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start error #228

Open
SimoneNegro opened this issue Oct 16, 2024 · 3 comments
Open

npm start error #228

SimoneNegro opened this issue Oct 16, 2024 · 3 comments

Comments

@SimoneNegro
Copy link

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
Copy link

thienbon commented Oct 25, 2024

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
Copy link
Author

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

@anudeepsett1050
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants