LSP Prerequisites
To deploy KPI options or Success tokens, we will use the launch-lsp repo. To prepare your dev environment, please follow these prerequisites.
Clone the launch-lsp stub repo
Clone the repo:
Install dependencies
You will need to install nodejs v14 (we recommend nvm to manage node versions) and yarn.
Note: these additional dependencies are required -- you may or may not have them on your system already:
libudev
libusb
These dependencies are installed on MacOS by installing the XCode Developer Tools. For Linux, the example ubuntu installation command for additional deps is:
Install packages
Last updated