Checkhealth throwing unneccessary error on missing lazy-rocks/hererocks

:checkhealth gets me this:

...
luarocks ~
- checking `hererocks` installation
- OK no plugins require `luarocks`, so you can ignore any warnings below
- OK {python} `Python 3.12.4`
- ERROR {C:/Users/jnbh/AppData/Local/nvim-data/lazy-rocks/hererocks/bin/luarocks} not installed
- WARNING {C:/Users/jnbh/AppData/Local/nvim-data/lazy-rocks/hererocks/bin/lua} version `5.1` not installed
- WARNING Lazy won't be able to install plugins that require `luarocks`.
  Here's what you can do:
   - fix your `luarocks` installation
   - disable *hererocks* with `opts.rocks.hererocks = false`
   - disable `luarocks` support completely with `opts.rocks.enabled = false`
...

- that there ERROR being in bright red, which is annoying as I can’t find any script that would provide me with $env:localappdata\nvim-data\lazy-rocks\hererocks\bin\luarocks, nor any reason for that to be flagged as an “ERROR” by :checkhealth.

Incase the advice given is referring to that “ERROR” and not just those WARNINGs, I’d love to “disable”, but where, in my configuration (init.lua) is that opts command to be set? Any advice?

The ERROR went away after I’d rebooted Windows 10 Pro. I’m leaving this question here incase anyone else gets stuck on this.

I solve this problem after i install luarocks by scoop:

scoop install luarocks