Skip to content

Commit

Permalink
docs: add articles, fix typo (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilanaya committed Dec 9, 2022
1 parent aca82a4 commit 0a78859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Vitest requires Vite >=v3.0.0 and Node >=v14

It is recommended that you install a copy of `vitest` in your `package.json`, using one of the methods listed above. However, if you would prefer to run `vitest` directly, you can use `npx vitest` (the `npx` command comes with npm and Node.js).

The `npx` command will executes command either from a local `node_modules/.bin` installing any packages needed in order for command to run. By default, npx will check whether command exists in $PATH, or in the local project binaries, and execute that. If command is not found, it will be installed prior to execution.
The `npx` command will execute the command either from a local `node_modules/.bin` installing any packages needed in order for the command to run. By default, npx will check whether command exists in $PATH, or in the local project binaries, and execute that. If command is not found, it will be installed prior to execution.

## Configuring Vitest

Expand Down

0 comments on commit 0a78859

Please sign in to comment.