-
Notifications
You must be signed in to change notification settings - Fork 350
Using "requireCordovaModule" to load non-cordova module "fs" is not supported. Instead, add this module to your dependencies and use regular "require" to load it. #247
Comments
I am facing same issue. Please check details and if there is any solution please tell me.
Here is log: Can someone provide me solution? |
I'm not good at English You need to modify the files under the folder。 ==》 hooks Modify some parts and execute build again. E.g |
我不是好的在英语 可能是进入 |
you can try this repo https://github.com/YES-Lee/cordova-plugin-crosswalk-webview |
Obsolete content.requireCordovaModule('q')
Should use require('q')
by cordova@^9
The text was updated successfully, but these errors were encountered: