Daniel Saarimäki

Results 2 comments of Daniel Saarimäki

I had a similar issue, but in my case it was not due to an unknown option `--prefer-binary` but rather due to a missing Git executable. Git was not in...

I ran into a similar issue when trying to parse date strings. ``` > parse('35/2023', 'ww/yyyy', new Date()); Uncaught RangeError: The format string mustn't contain `ww` and `yyyy` at the...