I released a module yesterday and made changes to the readme soon after. The readme has not updated since the first release. How do I force an update?
The module: https://www.npmjs.com/package/create-react-app-fullstack
By default npm will publish to the public registry. This can be overridden by specifying a different default registry or using a scope in the name (see package. json ).
I was experiencing the same issue and the following steps worked for me.
npm cache clean --force
npm version patch
npm publish
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With