Skip to content

Feature Request: nvm package.json field #2015

Closed
@AndrewLeedham

Description

@AndrewLeedham

It would be nice if the .nvmrc file format could additionally be parsed from a package.json field. I have starting getting in to the habit of adding as many configuration files into package.json to avoid clutter in the root of projects.

Example:

// package.json
{
  "name": "project",
  // etc.
  "nvm": "10.14.1"
}

Metadata

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