'Conan create package with dependencies to nodejs modules like minimist or ejs

I would like to create a conan package for my framework. The framework needs node-ejs and node-minimist to be installed. It was easy for me to add the dependency to nodejs in the conanfile.py, but how can I install the nodejs modules node-ejs and node-minimist?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source