-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: dependency already declared in package.json not usable #65
Comments
@mtenrero Try |
I've also done that, It seem to not be detecting the dependencies.... Probably would be related with webpack? |
What do you have in your 'webpack.config.js'? |
Anything.. module.exports = {
renderer: {},
preload: {},
main: {}
} |
Ok, so webpack should look for imported modules in |
i have same bug ... any solution ... please |
ModuleNotFoundError: Module not found: Error: Can't resolve 'pouchdb-adapter-leveldb' |
Hello, this issue would be probably considered as a newbie bozon user question.
I'm having problems using dependencies declared in package.json in the main process js file:
The error given is:
The text was updated successfully, but these errors were encountered: