From 1f94925afa1f94e32840b7d31dc12aee917ef2bc Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Fri, 16 Feb 2018 09:59:08 -0800 Subject: [PATCH] Add note about required NPM version (#1462) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf72b2390..04a8169250 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ You can install the latest released JavaScript client from npm with the followin npm install @aspnet/signalr ``` +The `@aspnet/signalr` package (and it's dependencies) require NPM 5.6.0 or higher. + **NOTE:** Previous previews of the SignalR client library for JavaScript were named `@aspnet/signalr-client`. This has been deprecated as of Preview 1. **IMPORTANT:** When using preview builds, you should always ensure you are using the same version of both the JavaScript client and the Server. The version numbers should align as they are produced in the same build process. @@ -57,4 +59,4 @@ To run a complete build on command line only, execute `build.cmd` or `build.sh` If this is your first time building *SignalR* please see the [Getting Started](docs/GettingStarted.md) for more information about project dependencies and other build-related information specific to *SignalR*. -See [developer documentation](https://github.com/aspnet/Home/wiki) for general information on building and contributing to this and other [aspnet](https://github.com/aspnet) repositories. \ No newline at end of file +See [developer documentation](https://github.com/aspnet/Home/wiki) for general information on building and contributing to this and other [aspnet](https://github.com/aspnet) repositories.