Skip to content

Conversation

@msaf9
Copy link
Collaborator

@msaf9 msaf9 commented Nov 4, 2025

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

Reference issue: #14000

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Nov 4, 2025
@Managor Managor mentioned this pull request Nov 4, 2025
67 tasks
@tldr-bot
Copy link

tldr-bot commented Nov 5, 2025

The build for this PR failed with the following error(s) at commit
dc90202af416b4ac0ca8d8eac68acaa618ed7f16:

pages/common/npm-install-test.md:4: TLDR004 Command descriptions should end in a period

Please fix the error(s) and push again.

Comment on lines +13 to +21
`npm {{[it|install-test]}} {{package_name}}`

- Install a package and save it as a dependency before running tests:

`npm {{[it|install-test]}} {{package_name}} {{[-S|--save]}}`

- Install dependencies globally and then run tests:

`npm {{[it|install-test]}} {{[-g|--global]}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`npm {{[it|install-test]}} {{package_name}}`
- Install a package and save it as a dependency before running tests:
`npm {{[it|install-test]}} {{package_name}} {{[-S|--save]}}`
- Install dependencies globally and then run tests:
`npm {{[it|install-test]}} {{[-g|--global]}}`
`npm install-test {{package_name}}`
- Install a package and save it as a dependency before running tests:
`npm install-test {{package_name}} {{[-S|--save]}}`
- Install dependencies globally and then run tests:
`npm install-test {{[-g|--global]}}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants