Error rendering content jsreport 4.0.0
-
Hi,
I just installed jsreport again on my pc, and I create a new report. I'm having this error when I render it:
Report "content" render failed.
Could not find Chrome (ver. 116.0.5845.96). This can occur if either
- you did not perform an installation before running the script (e.g.
npm install
) or - your cache path is incorrectly configured (which is: C:\Windows\system32\config\systemprofile.cache\puppeteer).
Can you help me solve this?
Thanks.
- you did not perform an installation before running the script (e.g.
-
Please try to delete the
node_modules
folder and then runnpm install
.
-
Now it is working, thank you.