Skip to content

Incorrect script command for premev in package.json #92

@ShahAnuj2610

Description

@ShahAnuj2610

Description

The premev script in the package.json currently uses npx build, which causes an error because npx cannot find a command named build.

The correct script should use pnpm run build to execute the build script defined in the package.json.

Steps to Reproduce

  1. Clone the repository.
  2. Run pnpm mev init in the terminal.
  3. Observe the error: npm ERR! could not determine executable to run.

Suggested Fix

Update the premev script in package.json to:

"premev": "pnpm run build"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions