isurfer21 / turndown-cli

A command-line-interface tool for turndown library.
MIT License
3 stars 0 forks source link

Using turndown-cli with turndown plugins #1

Open mattcrichards opened 12 months ago

mattcrichards commented 12 months ago

I have turndown and turndown-cli installed on my win machine, but I am getting the error below when I attempt to run turndown-cli in the terminal (in VS Code) or PowerShell. I have rebooted.

What would cause this?

I am also interested to know if it is possible to run turndown-cli with turndown plugins.

Thank you!

turndown-cli : The term 'turndown-cli' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • turndown-cli -h
  • 
    + CategoryInfo          : ObjectNotFound: (turndown-cli:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
mattcrichards commented 12 months ago

First part of this is resolved. I did not have -g set when installing via npm.

I am still interested to know if there is a way to run turndown-cli using turndown plugins!