mathieudutour / medium-to-own-blog

Switch from Medium to your own blog in a few minutes
MIT License
3.03k stars 107 forks source link

npx medium-to-own-blog not generate blog, generate import article #45

Closed diomalta closed 5 years ago

diomalta commented 5 years ago

Time to use npx medium-to-own-blog shows the option of importing a single article. Download and install project I can run the correct script through the node and generate the blog

mathieudutour commented 5 years ago

I think we found an npx bug. I just published a workaround for now, it should work

dbarochiya commented 5 years ago

Actually even I faced this same issue but running the following command lead to the desired output npx --package=medium-to-own-blog medium-to-own-blog

(I don't know why it is though :P)

mathieudutour commented 5 years ago

I think it should be fixed with the latest version? npx medium-to-own-blog@0.2.2

diomalta commented 5 years ago

yes, resolved the error.