Twindle: Issues encountered during Run the below programs and reply screenshot of output #408

Created on 21 Oct 2020  路  8Comments  路  Source: twindle-co/twindle

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.

Most helpful comment

/playground/cli/jsonToPDF

this isn't working for me, I don't have java installed
image

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

All 8 comments

/playground/cli/markdown

problem1

Problem

I guess I need to install node.js.
Can somebody guide me through the initial steps?

Solution

Install node.js
To run in terminal,

  • go to the directory, cd <directory>
  • then, node index.js

Google 馃槣

/playground/cli/jsonToPDF

this isn't working for me, I don't have java installed
image

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

Screenshot (17)

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

Screenshot (17)

the epub and twitter_cli_node gave those errors

To start write like this

node index -o <file format> -n <filename>

Getting error when running /playground/cli/cli-epub

image

I have solved the above error by installing the yargs package

write npm i yargs in your Terminal to solve this error

image

Getting error when running /playground/cli/cli-epub

image

I have solved the above error by installing the yargs package

write npm i yargs in your Terminal to solve this error

image

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

johnjacobkenny picture johnjacobkenny  路  4Comments

johnjacobkenny picture johnjacobkenny  路  5Comments

proful picture proful  路  4Comments

proful picture proful  路  5Comments

johnjacobkenny picture johnjacobkenny  路  8Comments