The below mentioned is the error that I am facing for HTML Web resource which contains java script in it.
->I am trying to export my solution so ,before exporting the solution I need to run the solution by using solution checker in the power apps. So I have run my solution in that so I got this error.
"Unable to understand the syntax of this file. We currently do not support ECMA standards greater than version 5. We may have also encountered a true syntax error in the file. Please use a code editor that performs JavaScript validation, such as Visual Studio Code, to identify the script error locations. Note that other rules were unable to run on this file so the results are likely incomplete."
- Moreover I have validated the code using visual studio and It is error free.
- I have even removed the ES 6 version code and made it to ES 5 (for fetch).
could some please help me in clearing this issue.
Thanks in advance
Thanks,
Yamini