Add note about required NPM version (#1462)

This commit is contained in:
Andrew Stanton-Nurse 2018-02-16 09:59:08 -08:00 committed by GitHub
parent 6fcf554c23
commit 1f94925afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.
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.