07-16-2019 07:24 AM
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'."
07-18-2019 09:59 AM
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.
07-18-2019 09:50 AM
Hi, which version of ADF are you using?
07-18-2019 09:59 AM
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.
07-18-2019 11:28 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.