Skip to content

nuxi module add always install module as dependcies, even it should be devDependencies

Open

Description

For example, when I install @nuxt/eslint, for pnpm, I will install eslint and @nuxt/eslint as devDepencies:

pnpm add -D @nuxt/eslint eslint

But when I use nuxi module add eslint, it runs:

pnpm add @nuxt/eslint // didn't have eslint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions