apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

Windows 10 - unable to resolve path to module #232

Closed richpixel closed 3 years ago

richpixel commented 5 years ago

I realize the plugin is deprecated, and I do plan to migrate to the new standard, however I wanted to ask about this in case there's an easy answer.

On Windows 10, I'm getting a few 'Unable to resolve path to module' errors inside FileTransferProxy.js.

Screenshot (7)

Thanks for any guidance.

timbru31 commented 3 years ago

Is this issue still relevant? If yes, please open a new issue and follow the template. This looks like a mis-configured IDE that does not know how the resolve the module. It is generally not recommended to alter the plugin's www code itself.