#When I am following along on VS code. Code doesn't work
1 messages · Page 1 of 1 (latest)
Lot's of people have issues.
Make sure your location to your javascript file is correct
@shy ridge If you're still stuck, please provide us with screenshots so we can better understand the problem 🙂
I have even downloaded the code directly from scrimba to make sure I didn't make any mistakes.
I have even at the end of lecture and a direct copy or download my projects still appear like this.
so you downloaded twimba but got meme picker ?
No , the tweets and radios aren't displaying on my computer even if I have the code to render them from the respected arrays in my JS files for both projects.
You need to run the project on a server if the type of js file is set to module
yes I used live server from VS code still no dice
Is there anything of interest (error messages, etc.) in the console when running?
Also, what OS & browser are you using when viewing via LiveServer? Is it possible that the browser's JS implementation doesn't support the import statement? (I'm looking at you, IE.)
Also, also, have you tried adding your own console.log() statements in various places to isolate where the failure is happening?