#When I am following along on VS code. Code doesn't work

1 messages · Page 1 of 1 (latest)

shy ridge
#

more specifically during module 5 I am running into issues with import and export, as well as rendering elements through JS. The code only works on Scrimba if i copy my code into scrimba it works, if i copy it back into vscode it doesn't

compact patrol
#

Lot's of people have issues.

#

Make sure your location to your javascript file is correct

fathom ibex
#

@shy ridge If you're still stuck, please provide us with screenshots so we can better understand the problem 🙂

shy ridge
#

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.

compact patrol
#

so you downloaded twimba but got meme picker ?

shy ridge
#

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.

fluid lava
shy ridge
#

yes I used live server from VS code still no dice

high bear
#

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?