Hello,
I updated alfresco 2.4.010 to 2.5.0 and I did exactly as it suggests in the article.
After I run the application after the update I receive this error.
ERROR in node_modules/@alfresco/adf-core/utils/file-utils.d.ts(18,13): error TS2304: Cannot find name 'WebKitFileEntry'.
Does anyone know how to fix it?
Solved! Go to Solution.
You have probably installed the most recent version of typescript instead of the one coming with the project.
See this article for more details on deprecated features in typescript 3: Breaking Changes · Microsoft/TypeScript Wiki · GitHub
You may have an outdated version of Typescript, try running "npm i -D typescript@latest" in your project
I did run it, and I have the same problem.
You have probably installed the most recent version of typescript instead of the one coming with the project.
See this article for more details on deprecated features in typescript 3: Breaking Changes · Microsoft/TypeScript Wiki · GitHub
I am also facing same issue.
Please see the Denys Vuika Comment above
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.