-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
gulp build/test failing on Mac OS #8588
Comments
@shahinrahbariasl Both seemed to work for me on Mac OS. What version of Node are you running? I know we had a similar issue with an older node version on packages being installed in the wrong place because of a similar naming conflict. I'm on v16.13 |
Hey @ChrisHuie , hmm interesting, I'm on |
Yeah. Let me dig into a bit more because the issue I was talking about I don't think it applies here. It had been a while since I looked at it (#7689) |
@shahinrahbariasl could you try changing this line: Line 94 in c3e0639
into:
and see if it makes a difference? |
@dgirardi yup, that works! |
Type of issue
bug
Description
Have been running into issues with gulp build/test after rebasing on latest master branch:
Looks like the error is coming from gulpHelpers. Not sure if there's a conflict with other index.js files or not but might be related to recent changes in #8527 ?
Steps to reproduce
On Mac OS:
gulp build
orgulp test
3.Workaround was to change
index.js
in line 111 to anything other thanindex
.Test page
.
Expected results
gulp build/test should work after npm install regardless of OS.
Actual results
gulp buld/test fails in Mac OS.
Platform details
Other information
The text was updated successfully, but these errors were encountered: