Open
Description
Increasing Access
The current method of setting up the development environment using the command "npm run grunt" is no longer functional. This is due to changes in the way npm handles scripts and dependencies. To address this, we need to update the setup process to use "npx grunt" instead of "npm run grunt."
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)
Feature enhancement details
This issue aims to update the documentation, scripts, or any relevant configuration files to reflect the correct usage of "npx grunt" for setting up the development environment effectively.