sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.57k stars 148 forks source link

Cannot find module 'ajv/dist/compile/codegen' #275

Closed shenxxu720 closed 3 months ago

shenxxu720 commented 5 months ago

When I use the plugin in the test environment there is no problem, but the packaging formal environment prompt Cannot find module 'ajv/dist/compile/codegen', Using the electron-vite (https://electron-vite.org) build tool, what is the problem?

npmstudy commented 4 months ago

try this?

image
shenxxu720 commented 4 months ago

try this?

image

You do need to install ajv into dependencies separately to solve this problem image

sindresorhus commented 3 months ago

This seems like a problem with your bundler, not this package.