-
Notifications
You must be signed in to change notification settings - Fork 870
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
Could not extract the Node archive on OSX #813
Comments
I am experiencing the same. |
@eirslett I just sent you a PR that fixes this on my MBP. The issue that I found was that it's triggered on macOS by a case-insensitive path. For some reason, a folder in my repo that is named I added new checks for case sensitive file systems to |
I have exactly the same issue on Windows 10 OS.
|
@aozolin it appears to be a case sensitivity issue with your file system. Try messing around with the name of the folder and the name of the module (inside of the pom.xml) to make sure that they're exactly the same (ie both |
I am facing similar problem:
|
Hi, We are encountering similar issue on OSX. Any plans to merge this PR? Thanks. |
Hi, The issue is still not fixed. Still see the same issue with 1.8.0 version. |
I've just installed node v14.3.0 and it looks fixed now. I did it via Darwin 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64 |
@davidnewcomb for me also issue was fixed with your suggestion. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Fails to download node on OSX with following error:
If the current behavior is a bug, please provide the steps to reproduce.
On OSX run
mvn install
What is the expected behavior?
npm will be installed and run build
Please mention your frontend-maven-plugin and operating system version.
Plugin version: frontend-maven-plugin:1.7.6
OS: OSX 18.5.0 Darwin Kernel Version 18.5.0
The text was updated successfully, but these errors were encountered: