@lhanneus the module developer did not provide a package.json file, so you have to create one yourself with npm init in the module directory and after that run the command npm install --save request and npm install --save xml2js or install the dependencies globally with npm install -g request and npm install -g xml2js