comp426-2022-fall / a02

Create a command line Node.js package that ingests API data from Open-Meteo
GNU Affero General Public License v3.0
0 stars 0 forks source link

Autograder: Module not found #16

Closed annabellelj closed 1 year ago

annabellelj commented 1 year ago

Which autograder check is failing? All the ones besides the licenses are failing

What is happening? It all says that Module not found, and it seems like there were two a02 files the test was trying to look through but there's only one when I checked on my end.

What should be happening? Running the test

Screenshots of your local test(s)

Screenshot 2022-11-03 at 1 29 14 PM

Why do you think the autograder is failing? I think there's something wrong when I tried to add the file

smelliskay commented 1 year ago

Hi Annabelle.

I noticed that you have your file named "clis.js" rather than "cli.js". Try fixing that and if that doesn't correct anything then I'll look deeper into it.