DEV Community

Discussion on: Lerna Hello World: How to Create a Monorepo for Multiple Node Packages

Collapse
 
yilmazbingo profile image
bingolusa

I published code to npm but it does not push README.md. So how can I add readme.md. I also asked this question on stackoverflow. stackoverflow.com/questions/691743...

i have been tryiung to figure out how to solve this so i can finish up the package.

Collapse
 
tomweiss profile image
Tom Weiss

Hard to say your exact situation since I don't have all the context, but it seems like you put the readme in the wrong place (from your stack overflow question).
README.md file needs to be at the package folder, not at the root folder. cause every package should have its own readme.
See how it's located in the screenshot above where it shows the folders.

Hope that helps, best of luck!