-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility (Web Accessibility)
- Build tools and processes
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Friendly error system
- Image
- IO (Input/Output)
- Localization
- Math
- Unit Testing
- Typography
- Utilities
- WebGL
- Other (specify if possible)
Details about the bug:
- p5.js version: 1.1.9
- Operating System: Fedora 32
- Steps to reproduce this:
Follow the instruction given here : https://p5js.org/contributor-docs/#/?id=development-process to install your project. When runningnpm run grunt
you might see an error due to thepuppeeter
package. An unhandled promise chain which can cause troubles, maybe differents according to your nodejs version.
The issue for the package has been notified here : Error: Protocol error (Runtime.callFunctionOn): Object reference chain is too long undefined puppeteer/puppeteer#2746. As I can see, this error has been removed since 2018, so I suppose that p5js import a old and deprecated package of puppeeter
It seems to be a blocking error for some users (https://discourse.processing.org/t/fatal-error-protocol-error-runtime-callfunctionon-object-reference-chain-is-too-long/25591) but not for me, because I do not have the latest version of nodejs.