npm / www

community space for the npm website
https://npm.community
69 stars 48 forks source link

Missing README #329

Open oliverviljamaa opened 6 years ago

oliverviljamaa commented 6 years ago

Link to the page

https://www.npmjs.com/package/webpack-translations-plugin

Logged in or logged out?

Both.

Expected behavior

The published README from the GitHub repo should be shown and updated on every publish. https://github.com/transferwise/webpack-translations-plugin

Actual behavior

The README from the GitHub repo is not retrieved, even though it exists in the published package.

Steps to reproduce the problem

  1. Go to https://www.npmjs.com/package/webpack-translations-plugin.
  2. Sadly, this package has no readme. Go write one!

Browser with version

Highly likely irrelevant, but Chrome 64.

Any error message?

No.

I published using npm v5.6.0 and after waiting for ~20 minutes tried republishing. When npm installing the package, the README.md is included, but even though the last publish was a day ago, the npm page does not show it.

garoyeri commented 6 years ago

I had the same issue with package headspring-bootswatch-theme-v3@0.1.0 using "npm/3.10.8 node/v6.9.1 win32 x64".

BruceFletcher commented 6 years ago

Same for mine.

https://www.npmjs.com/package/node-red-contrib-postgres-multi

Two days and no README appearing, doesn't seem like it's going to show up on its own.

charmander commented 6 years ago

Missing from https://www.npmjs.com/package/splash.

codedot commented 6 years ago

I have a similar issue here. The first paragraph in every README.md file is missing:

tommmyy commented 6 years ago

Same here: https://www.npmjs.com/package/ramda-extension

nikitaeverywhere commented 6 years ago

Same here: https://www.npmjs.com/package/react-xmasonry

Possible reason: lowercase readme.md (but I see other people have default casing)

image

Please fix as soon as possible!

Reinmar commented 6 years ago

Slightly different issue in my case, but perhaps related: https://github.com/npm/www/issues/357

gmikeska commented 6 years ago

https://www.npmjs.com/package/sails-hook-truffle :-( I had no keywords before. I added some keywords and the new package page didn't recognize the readme.

monsterkodi commented 6 years ago

it seems to swallow the first (not-empy) line in my case. all my packages with just one image in the readme appear empty. when i publish one with two images, only the second one shows. hope that might help to track this issue down.

nikitaeverywhere commented 6 years ago

As a temporary solution, re-publish your package to npm, bumping its version. After publishing a new version readme comes back. At least for my package: https://www.npmjs.com/package/react-xmasonry

mtnt commented 6 years ago

I got this issue twice with https://www.npmjs.com/package/redux-module-creator It seems to miss the readme when package differs from previous one just with the readme changes.

As a temporary solution, re-publish your package to npm, bumping its version. After publishing a new version readme comes back.

Not all the time =(

Radu94 commented 6 years ago

Ran into something similar using npm v5.7.0 After updating it to the latest(5.8.0) it seems to be working just fine. Hope this helps :)

guyonroche commented 6 years ago

I'm getting the same issue here: https://www.npmjs.com/package/exceljs I've published 3 times using both npm v5.3.0 and v5.6.0

guyonroche commented 6 years ago

update - after leaving it for about an hour, the README.md has appeared.