Finally got around the corporate firewalls at work.
Got the packaged example working with npm run dev
.
Tried converting to a simple R example after adding my R .exe to the system path (I’m on WIN11). I get an error saying “Rscript is not recognized…”
“spawn Rscript ENOENT”
It appears it’s failing to run R through npm. Any sources to fix?