unpkg provider cannot resolve any library

m n 0 Reputation points
2025-04-23T11:24:04.3033333+00:00

I was trying to install microsoft signalr to my project but unpkg cannot resolve it, I looked around a bit more and found out that unpkg cannot resolve any libraries. I have sent the solution to other friends to check and they can install just fine, what could be my problem? Sorry for my english and lack of knowledge
User's image

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
62 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pradeep M 8,185 Reputation points Microsoft External Staff
    2025-04-23T12:28:53.6166667+00:00

    Hi m n,

    Thank you for reaching out to Microsoft Q & A forum. 

    It appears that the issue may be related to your local network or DNS settings, especially since others can access the libraries without any problems. 

    Here are a few steps you can try: 

    1.Visit https://unpkg.com in your browser to check if the site is reachable. 

    2.Consider switching to a public DNS service like Google (8.8.8.8) or Cloudflare (1.1.1.1) to rule out DNS issues. 

    3.If you're on a corporate or restricted network, check if a firewall or proxy might be blocking access. 

    4.As an alternative, you can use another CDN such as jsDelivr:  https://cdn.jsdelivr.net/npm/@microsoft/signalr@latest/dist/browser/signalr.js 

    If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.  


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.