Installing the NPM package
Last updated
Was this helpful?
Last updated
Was this helpful?
To use our Public Chat SDK npm package, an Access Token will be needed. Access Token is available in . If you don't have access to the private area, please contact us at .
Public Chat SDK is a private package that is hosted on the npm registry. Only authorized users can access it. When you receive access to the SDK we will generate an authentication token for you. An authentication token is a hexadecimal string that gives you access to SDK.
In your project root folder create a .npmrc file. This file will set the specific npm config values for this project. Insert the code snippet below to the .npmrc file. Replace YOUR_ACCESS_TOKEN
with the token that was provided.