-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error: ENOENT: no such file or directory, scandir '[project]/node_modules/auto-launch/node_modules/applescript' #92
Comments
If a package (such as and yes, it caused by #89. |
@rxliuli, could you please take a look at this issue? It could cause the same problem if |
I'll check this out later and see how bundle tools like esbuild resolve dependency conflicts |
Running into this issue with electron-builder unit tests when trying to upgrade to 4.2.0
Easy way to reproduce the same error (with significantly smaller dependency tree) is running electron-builder test case
I believe this PR introduced the issue #89 Could someone please assist? |
Run into a similar problem due to npm hoisted module. Please see (#105). |
Hi,
Thanks for maintaining this project.
I am using the latest app-builder built from the master branch. I encountered the following error when building element-desktop on both x64 and riscv64 architectures:
In this case,
applescript
is located in[project-dir]/node_modules
instead of[project-dir]/node_modules/auto-launch/node_modules
.Everything works fine on commit c92c3a2 but it starts to fail on commit 6c7d1e1. So it suggests that this bug is caused by #89.
The text was updated successfully, but these errors were encountered: