Report all issues here for #408 .
1 post per user - keep editing & updating.
First, explain the issue.
After you resolve mention how you resolve that.
I guess I need to install node.js.
Can somebody guide me through the initial steps?
Install node.js
To run in terminal,
cd <directory>node index.jsGoogle 馃槣
this isn't working for me, I don't have java installed

I'm assuming it will work if I install java. If anyone else encounters the same, please try installing.

the epub and twitter_cli_node gave those errors
i already installed the node modules from vs code
@Mar-code there probably isn't a start script mentioned in package.json file. Usually this can be run by using node index.js, or someone needs to add that script to package.json
the epub and twitter_cli_node gave those errors
To start write like this
node index -o <file format> -n <filename>

write npm i yargs in your Terminal to solve this error

Getting error when running /playground/cli/cli-epub
I have solved the above error by installing the yargs package
write
npm i yargsin your Terminal to solve this error
I think all the packages are mentioned in package.json file so you just need to run npm install which will install yargs and any other dependencies
Most helpful comment
/playground/cli/jsonToPDF
this isn't working for me, I don't have java installed

I'm assuming it will work if I install java. If anyone else encounters the same, please try installing.