We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f51f5 commit 43a9689Copy full SHA for 43a9689
packages/angular_devkit/schematics/tasks/node-package/executor.ts
@@ -40,6 +40,13 @@ const packageManagers: { [name: string]: PackageManagerProfile } = {
40
installPackage: 'add',
41
},
42
43
+ 'pnpm': {
44
+ quietArgument: '--silent',
45
+ commands: {
46
+ installAll: 'install',
47
+ installPackage: 'install',
48
+ },
49
50
};
51
52
export class UnknownPackageManagerException extends BaseException {
0 commit comments