引入 elecron-store 后 运行程序报如下错误 。老师能帮我看一下是什么原因吗
ERROR in ./node_modules/atomically/dist/index.js 9:13-28
Module not found: Error: Can’t resolve ‘path’ in ‘C:\workspace\cloud-doc\node_modules\atomically\dist’
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: { “path”: require.resolve(“path-browserify”) }’
- install 'path-browserify’
If you don’t want to include a polyfill, you can use an empty module like this:
resolve.fallback: { “path”: false }
ERROR in ./node_modules/atomically/dist/utils/fs.js 8:11-24
Module not found: Error: Can’t resolve ‘fs’ in 'C:\workspace\cloud-doc\node_modules\atomically\dist\utils’
Did you mean ‘./fs’?
Requests that should resolve in the current directory need to start with ‘./’.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, C:\workspace\cloud-doc\node_modules).
If changing the source code is not an option there is also a resolve options called ‘preferRelative’ which tries to resolve these kind of requests in the current directory too.