tns package-manager set
Description
Enables the specified package manager for the NativeScript CLI. Supported values are npm, yarn and pnpm.
Commands
Usage | Synopsis |
---|---|
General |
$ tns package-manager set <PackageManager>
|
Arguments
-
<PackageManager>
is the name of the package manager. Supported values are npm, yarn and pnpm.
Related Commands
Command | Description |
---|---|
package-manager-get | Prints the value of the current package manager. |