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
Hello there! Currently I develop an electron application and reach problem with import/no-extraneous-dependencies raise an error. I have two separated package.json files in different directories, one in app/package.json - which is main app manifest, which of dependencies should be resolved and other one package.json in the root directory - development manifest. So as I've said before I need to resolve my dependencies in the app directory, how can I do it? Thanks
The text was updated successfully, but these errors were encountered:
This seems very similar to #458. Do you mind commenting over there too?
I think this comment goes in the right direction for your use-case. We don't know how people structure their apps when they have multiple package.json files, so if you could then give some input on that, that'd be great! 😄
(I'm closing this, but if you feel that this is a different issue, I'll re-open it)
Hello there! Currently I develop an electron application and reach problem with
import/no-extraneous-dependencies
raise an error. I have two separatedpackage.json
files in different directories, one inapp/package.json
- which is main app manifest, which of dependencies should be resolved and other onepackage.json
in the root directory - development manifest. So as I've said before I need to resolve my dependencies in theapp
directory, how can I do it? ThanksThe text was updated successfully, but these errors were encountered: