Open Karim-Oodrive opened 3 years ago
For me it gives:
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
- install 'os-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "os": false }
Error: node_modules/conf/dist/source/index.d.ts:5:5 - error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
#private;
same issue with polyfill, curious if theres solution.
Any solution yet?
A solution would be great indeed
Same issue with React using the boiler template: https://github.com/electron-react-boilerplate/electron-react-boilerplate
Is there a solution for that?
@marcjulianfleck see https://github.com/sindresorhus/electron-store/issues/259#issuecomment-1817571011
Hello, I 'am a confirmed Angular Developer and I'am working on an angular-electron,
I want to integrate electron-store in my Angular application, but I didn't know from where should I start ? After installing the package, when I do :
I always get many errors
Please give me a response, that will help me a lot, I'am so pressed with this project! thanks.