Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 628 Bytes

package-manager-set.md

File metadata and controls

29 lines (19 loc) · 628 Bytes

<% if (isJekyll) { %>--- title: tns package-manager set position: 18 ---<% } %>

tns package-manager set

Description

Enables the specified package manager for the NativeScript CLI. Supported values are npm and yarn.

Commands

Usage Synopsis
General $ tns package-manager set <PackageManager>

Arguments

  • <PackageManager> is the name of the package manager. Supported values are npm and yarn.

<% if(isHtml) { %>

Related Commands

Command Description
package-manager-get Prints the value of the current package manager.
<% } %>