Open oliverviljamaa opened 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".
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.
Missing from https://www.npmjs.com/package/splash.
I have a similar issue here. The first paragraph in every README.md
file is missing:
Same here: https://www.npmjs.com/package/react-xmasonry
Possible reason: lowercase readme.md (but I see other people have default casing)
Please fix as soon as possible!
Slightly different issue in my case, but perhaps related: https://github.com/npm/www/issues/357
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.
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.
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
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 =(
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 :)
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
update - after leaving it for about an hour, the README.md has appeared.
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
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 install
ing the package, theREADME.md
is included, but even though the last publish was a day ago, the npm page does not show it.