Add note about required NPM version (#1462)
This commit is contained in:
parent
6fcf554c23
commit
1f94925afa
|
|
@ -25,6 +25,8 @@ You can install the latest released JavaScript client from npm with the followin
|
||||||
npm install @aspnet/signalr
|
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.
|
**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.
|
**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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue