Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report.json File not found #9

Open
rudolfbartel opened this issue Nov 23, 2023 · 1 comment
Open

report.json File not found #9

rudolfbartel opened this issue Nov 23, 2023 · 1 comment

Comments

@rudolfbartel
Copy link

Please fix in the file index.js the line number 291:
const reportJsonPath = "${outputDir}/report.json";
the variable outputDir is not set because of " sign
The right way should be:
const reportJsonPath = ${outputDir}/report.json;

Cheers

@kevcodez
Copy link
Owner

Whoops - just published 0.8.4 that correctly interpolates the outputDir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants