Skip to content

npm run grunt no longer works and needs to be updated to npx grunt #6285

Open
@adityagarg06

Description

@adityagarg06

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions