oclif doesn’t recognise created commands
I’m trying to build a CLI using oclif and it doesn’t seem to work for anything I tried. I see a lot of people making it work for them so can maybe someone point me to my issue!
I’m trying to build a CLI using oclif and it doesn’t seem to work for anything I tried. I see a lot of people making it work for them so can maybe someone point me to my issue!
I have a Node.js project written in Typescript which is expected to run as a CLI, and am having trouble to import a module located out of the node_modules
directory using an absolute path (relative paths work fine). It might be important to mention that I am using the oclif framework for building my CLI.