ajv
ajv copied to clipboard
Cannot find module 'ajv/dist/compile/codegen'
When using the electron-store plug-in (https://github.com/sindresorhus/electron-store), it prompts Cannot find module 'ajv/dist/compile/codegen'. What is the problem?
Even we are facing similar issues.
`Cannot find module 'ajv/dist/compile/codegen' Require stack:
- C:\Users\sharharb\Harit\UI\eos-pulse-ui\node_modules\ajv-keywords\dist\definitions\typeof.js`
if you are using ajv via electron-store, rather than directly, please report the issue to them - otherwise please post a minimal code sample to reproduce.
Hi all, please post a minimal example we can use. If at all possible using this runkit template is best for us to investigate, but I understand some issues might need a simple repo.
Closing for now. Feel free to open if you can repro with AJV on it's own or if the maintainers of electron-store track the problem down to AJV.