caderek / aocrunner

Advent of Code runner
ISC License
163 stars 23 forks source link

Typo's / bugged emoji #3

Closed drade-on closed 2 years ago

drade-on commented 2 years ago

image

caderek commented 2 years ago

Is it on Windows, Linux or macOS?

drade-on commented 2 years ago

Windows

drade-on commented 2 years ago

Also, how do you actually solve the exercise using aoc runner ? I haven't been able to find a comprehensive guide on the subreddit

caderek commented 2 years ago

Hey, I updated the package - it had some issues on Windows.

Assuming that you use NPM, it would be something like this:

npm update aocrunner

or simply

npm i aocrunner

Make sure that it is updated to the version 1.4.10:

npm list aocrunner

Sometimes Windows has some problems with cache and does not update dependencies, if that's the case run:

npm cache clean --force

and the update aocrunner.

Let me know if this works!

caderek commented 2 years ago

I can't reproduce emoji bug on Windows, closing.