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

error downloading https://unpkg.com/core-js@3.8.3/client/shim.min.js #37

Open
leonardocregis opened this issue Feb 15, 2021 · 1 comment

Comments

@leonardocregis
Copy link

leonardocregis commented Feb 15, 2021

The first sample project: hello-world-ts
When putting the projet to run on http-server and hitting the URL . The page doesn't load and looking to the CONSOLE of the browser, i get the error

GET https://unpkg.com/core-js@3.8.3/client/shim.min.js net::ERR_ABORTED 404

image

@tampambro
Copy link

tampambro commented Dec 8, 2021

Try change this line in index.html :

<script src="//unpkg.com/core-js/client/shim.min.js"></script>

to this:

<script src="//unpkg.com/core-js@2.4.1/client/shim.min.js"></script>

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

2 participants