Closed prasanthmpr closed 7 years ago
It would be helpful if we knew what issues you are having. Please include examples and the exact error messages.
WSSecurityCert.js:8 Uncaught TypeError: fs.readFileSync is not a function
at Object.
After i replace require('fs') with require(fs-extra') in WSSecurityCert.js. I am getting this error and not able to solve it.
Uncaught TypeError: Cannot read property 'prototype' of undefined
at patch (graceful-fs.js:166)
at Object.
First of all, I'd suggest you leave fs as the package being used and find out why that isn't working. A quick google for "ionic3 fs.readFileSync is not a function" led me to https://forum.ionicframework.com/t/ionic2-with-electron/77644 which seems to have a solution. Try that.
Were you able to get it working?
Closing due to inactivity.
I am getting series of issues when i try to use this package in ionic 3. Please help me using this package in ionic 3.