-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can't locate Mac/Finder/DSStore.pm in @INC #1079
Comments
Same result on 10.17.0, so I'm going back further. |
Same issue back to 10.15.2, which I know was working before. I know a couple of other dependencies changed recently as well. I'll see if it's something related. |
I'm wrong - 10.15.1 is what I was on before, and that's working. Regression happened between 10.15.1 and 10.15.2. |
Probably related to this change, but I don't have time to dig further at the moment. When I've got more free time I'll follow up on this ticket and submit a patch if I can. 👍 |
More robust solution is implemented, fix will be published soon. |
Encountering this issue on 20.44.4 |
I'm getting a perl error related to the vendored DSStore module: Can't locate Mac/Finder/DSStore.pm in @inc (you may need to install the Mac::Finder::DSStore module)
The command:
cross-env GH_TOKEN=... build
OS: Mac OS X v10.12.2 (16C67)
node -v: v6.9.1
npm -v: 4.0.5
perl -v: v5.18.2 (because why not?)
The full error:
The "build" and related sections of package.json:
The text was updated successfully, but these errors were encountered: