I've found this: Alfresco error after update
Leading to this: Breaking Changes · microsoft/TypeScript Wiki · GitHub
But I have no idea what to actually do - where is this "...d.ts
" - file - should I create this? Where should I actually put this? There is nothing helpful for someone completely new in the matter. Can you point me what exactly should I do to avoid this problem?
"ERROR in node_modules/ng2-alfresco-core/src/utils/file-utils.ts(19,13): error TS2304: Cannot find name 'WebKitFileEntry'."
Solved! Go to Solution.
According to your error details - you are using an outdated version of the framework. You should be using "@alfresco/adf-core" and not "ng2-alfresco-core".
If you need for some reason to use an outdated version, do not upgrade to latest TypeScript because the TypeScript has deprecated some of the stuff.
Hi, which version of ADF are you using?
According to your error details - you are using an outdated version of the framework. You should be using "@alfresco/adf-core" and not "ng2-alfresco-core".
If you need for some reason to use an outdated version, do not upgrade to latest TypeScript because the TypeScript has deprecated some of the stuff.
I am sorry for causing trouble. I just had to take another way so I managed to avoid using the "ng2-alfresco-core" - not quite a solution I expected but nonetheless - it works the same as I wanted using the newer module.
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.