You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I am part of a team of Thinkful bootcamp students that are using your wonderful package to create our final capstone project, npmm. We are using react-markdown to display npm readmes but are also running into this issue with many of them missing. Including some important packages like react, which surprised us. I'm assuming that was a conscious decision by react not to include a readme on the npm page. Weird though.
Anyway, just wondering if a fix for this was still in the works.
Take for example the following package, which has readme content on the npmjs page:
https://www.npmjs.com/package/nativescript-floatingactionbutton
The readme content, however, is not in the registry:
http://registry.npmjs.org/nativescript-floatingactionbutton
and therefore no readme in the npms info as well:
https://api.npms.io/v2/package/nativescript-floatingactionbutton
Is there a way for npms to retrieve the readme in some other?
For comparison, a package that has readme everywhere:
https://www.npmjs.com/package/nativescript-push-notifications
http://registry.npmjs.org/nativescript-push-notifications
https://api.npms.io/v2/package/nativescript-push-notifications
The text was updated successfully, but these errors were encountered: