elcreator commented on issue #592:
URL: 
https://github.com/apache/cordova-plugin-file/issues/592#issuecomment-2641385330

   only downgrade
   
   package.json
   ```json
       "cordova-plugin-file": "^6.0.2",
   ```
   
   with changes in 
    tsconfig.json
   
   ```json
     "compilerOptions": {
       "skipLibCheck": true,
       "target": "ES2022",
       "useDefineForClassFields": false
     }
   ```
   
   works for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to