We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d7710 commit a1f1c39Copy full SHA for a1f1c39
docs/guide/guide.md
@@ -19,8 +19,9 @@ module.exports = {
19
electronBuilder: {
20
// List native deps here if they don't work
21
externals: ['my-native-dep'],
22
- // Set this to your project's node_modules folder if it is not ./node_modules (for yarn workspaces)
23
- nodeModulesPath: '../../node_modules'
+ // If you are using Yarn Workspaces, you may have multiple node_modules folders
+ // List them all here so that VCP Electron Builder can find them
24
+ nodeModulesPath: ['../../node_modules', './node_modules]
25
}
26
27
0 commit comments