You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling Renderer CodeApp threw an error during load
Error: Cannot find module 'lodash.camelcase'
at webpackMissingModule (/Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:31:88)
at Object../node_modules/.store/@grpc+proto-loader@0.7.6/node_modules/@grpc/proto-loader/build/src/index.js (/Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:31:179)
at __webpack_require__ (/Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:444:41)
at /Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:515:19
at /Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:585:3
at Object.<anonymous> (/Users/loid/WebstormProjects/react-electron-dev/.webpack/main/index.js:588:12)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
The text was updated successfully, but these errors were encountered:
install lib
add code into
electron/main.ts
has error
The text was updated successfully, but these errors were encountered: