[](https://toolbox.easyforms.tech/easyforms/knack/commits/master) [](https://toolbox.ea
npm install easyforms-knack

"easyforms-knack": "git+ssh://git@gitlab.com:scops_solution/easyformsltd/knack.git"
Or enter the following command:
npm i git+ssh://git@gitlab.com:scops_solution/easyformsltd/knack.git
Note you will need to have your current user and your gitlab account hooked up
via SSH to have it work
const { Knack } = require('easyforms-knack')let knack = new Knack(key, id)__NB:__ if you are using a version of npm between 5.1 and 5.6 you may encounter
a bug where every other module you install will remove this (and other git)
modules. Upgrading npm to 5.7 or higher should fix this issue.