Closed
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build Process
- Unit Testing
- Internalization
- Friendly Errors
- Other (specify if possible)
p5.js version
v1.6.0
Web browser and version
Any
Operating System
Windows 10
Steps to reproduce this
The command npm test
is failing while doing the project setup.
Steps:
- Create a fork of the p5js repository
- Clone the fork in the local machine
- Execute
npm ci
- Execute
npm test
Error after executing the last command