Hi all,
I’m trying to do the HTML/CSS projects (e.g., tribute page) inside of VSCode using Google Chrome to view the page. So I have this tag:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
in my html.
However when go to Chrome to view it, I don’t see anything. Dev Tools shows this error in the console:
Uncaught TypeError: Cannot read property 'appendChild' of null
at Module.<anonymous> (bundle.js:657)
at r (bundle.js:1)
at bundle.js:1
at bundle.js:1
Any ideas?
Thanks!