In a parent folder clone the suite SDK:
git clone https://github.com/BitNomos/Intelligible-Identity-SDK.git
mv Intelligible-Identity-SDK IntelligibleSuite
cd IntelligibleSuite
git checkout suite
then install each package in /packages/
in this order:
cd packages/wrappers/
npm install
cd ../Intelligible-Identity-SDK/
npm install
cd ../Intelligible-Certificate-SDK/
npm install
if npm ERR! enoent
try install multiple times in the same order.
npm install
npm run serve
npm run build
npm run lint