Skip to main content

yarn config unset

Unset a configuration setting.

Usage

$ yarn config unset <name>

Examples

Unset a simple configuration setting :

yarn config unset initScope

Unset a complex configuration setting :

yarn config unset packageExtensions

Unset a nested configuration setting :

yarn config unset npmScopes.company.npmRegistryServer

Details

This command will unset a configuration setting.

Options

DefinitionDescription

-H,--home

Update the home configuration instead of the project configuration