Skip to content

Commit

Permalink
fix npm casing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 13, 2024
1 parent ca88ec3 commit 6a0aed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/commands/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ProjectInstallCommand extends BaseCommand {
details: `
When run, this command will check whether the shims for the specified package managers can be found with the correct values inside the install directory. If not, or if they don't exist, they will be created.
Then, it will run the install command of the specified package manager. If no package manager is specified, it will default to NPM.
Then, it will run the install command of the specified package manager. If no package manager is specified, it will default to npm.
It will locate the install directory by running the equivalent of \`which corepack\`.
`,
Expand Down

0 comments on commit 6a0aed2

Please sign in to comment.