parent
eb2668e74e
commit
1a842e92ec
|
|
@ -22,14 +22,14 @@ npm install @aspnet/signalr-client
|
||||||
The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr-client. You can install the module as follows:
|
The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr-client. You can install the module as follows:
|
||||||
|
|
||||||
- Create an .npmrc file with the following line:
|
- Create an .npmrc file with the following line:
|
||||||
`@aspnet:registry=https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/`
|
`@aspnet:registry=https://dotnet.myget.org/f/aspnetcore-dev/npm/`
|
||||||
- Run:
|
- Run:
|
||||||
`npm install @aspnet/signalr-client`
|
`npm install @aspnet/signalr-client`
|
||||||
|
|
||||||
Alternatively, if you don't want to create the .npmrc file run the following commands:
|
Alternatively, if you don't want to create the .npmrc file run the following commands:
|
||||||
```
|
```
|
||||||
npm install msgpack5
|
npm install msgpack5
|
||||||
npm install @aspnet/signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/
|
npm install @aspnet/signalr-client --registry https://dotnet.myget.org/f/aspnetcore-dev/npm/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue