-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Test failing in current build #5788
Comments
@dhowe Can you share your node.js and npm versions as well? Does it always fail on the same test case? |
Not sure if there was an update, but I no longer see this problem |
Don't think there's an update recently. I'm working on the build and release process at the moment and I'll see how much I can optimize and streamline things. I'll close this for now but if you encounter this problem again and can isolate it, comment here and I'll reopen. |
Ok, so this occurs consistently with node v 16.x at least (though it may be that we want to direct users away from this release): $ npm -v
8.1.2
$ node -v
v16.13.1
|
I think I may know what it is but I should have already fixed it...but in any case node 16 causes problems with |
FWIW, I'm facing the same issue with node 14 (p5.js
results of
Update: I've tried following combinations of npm/node versions, and the same error occurred in each case.
|
@hadenlee node 14 and node 16 are not supported for building node.js anymore (node 14 EOL is only about a month away and default npm version bundled with many versions of node 16 have a bug that prevents install). I can't replicate the error you are seeing so if you can provide some more information or do some extra tests (running on a different computer for example) it would help. |
@limzykenneth thanks for the comment! In case others find this helpful:
I wonder if it's due to the chip (Intel vs. Apple M1) for some reason? I found one old issue when searching for M1 or ARM64 but that seems like installation-related, not test-related. I'm new to node/npm/p5.js, so I don't know how easy/hard a fix will be (given that it's hard to reproduce this), but I would be happy to try any suggestions to make this work on my M1 machine. |
I tried on an M1 machine with macOS 12.5.1 (can't update it to newer versions at the moment) and still cannot replicate, although I doubt the system architecture or OS would be the problem. What are the installed Chrome and Safari versions on both machines you tested? |
For M1 machine
For other machine
On both machines, Chrome is set to be the default browser if that matters. |
Most appropriate sub-area of p5.js?
p5.js version
1.4.2
Web browser and version
NA
Operating System
OS X 11.6.2
Steps to reproduce this
Follow the instructions here: https://p5js.org/contributor-docs/#/?id=development-process and note failing tests in console and browser:
AND (in the browser)
The text was updated successfully, but these errors were encountered: