Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
613 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC All Rights Reserved.
|
---|
| 4 | *
|
---|
| 5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
| 6 | * found in the LICENSE file at https://angular.io/license
|
---|
| 7 | */
|
---|
| 8 | import { PackageManager } from '../lib/config/workspace-schema';
|
---|
| 9 | export declare function supportsYarn(): boolean;
|
---|
| 10 | export declare function supportsNpm(): boolean;
|
---|
| 11 | export declare function getPackageManager(root: string): Promise<PackageManager>;
|
---|
| 12 | /**
|
---|
| 13 | * Checks if the npm version is a supported 7.x version. If not, display a warning.
|
---|
| 14 | */
|
---|
| 15 | export declare function ensureCompatibleNpm(root: string): Promise<void>;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.