Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

## Install

Requires [Node](https://nodejs.org/en/) version 16 or above.
- Requires [Node](https://nodejs.org/en/) version 16 or above.
- Requires the "Windows Management Instrumentation command-line" (WMIC) utility on Windows for shut down server functionality. Refer to [How to install WMIC Feature on Demand on Windows 11](https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530) if you are using Windows 11 24H2 or Windows Server 2025, since WMIC is no longer installed by default.
Comment thread
MikeMcC399 marked this conversation as resolved.

```sh
npm install --save-dev start-server-and-test
Expand Down