How build older version of graylog

i want to clone and build 4.4.3 version if i checkout and do sudo yarn install --pure-lockfile below error is shown

`[1/5] Validating package.json...
error grafana@4.4.3: The engine "node" is incompatible with this `
module. Expected version "4.x".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation `about this command.`

but in master and 4.5.x it works fine wondering what might be the problem

Thanks
Manju

This is due to this version of Grafana having an engine dependency on NodeJS version 4.x:

You could try and remove those lines from the package.json and see if it works. What version of NodeJS are you on?