captivationsoftware/react-sticky

npm version 6.0.1 is missing files

KaboomFox opened this issue · 5 comments

files weren't compiled when package was released. Missing Sticky and Container. Please re-release

Looks OK on my end. Another person has had this problem and the suggestion was to delete the lib and reinstall. If you could try that and report back, that would be helpful.

Not sure what is going on with it - maybe someone more knowledgeable could provide some wisdom.

I would say that has something with file names in 5.0.x and 6.0.x.
In previous releases those file names was started with lower case but in 6.0.x releases they started with uppercase.

I've only had this issue while migrate between 5.0.x and 6.0.x. After update from 6.0.0 to 6.0.1 it worked.

interesting. will try. I was upgrading from 5.0.x

npm cache clean or yarn cache clean may solve this.

n.b Just deleting the node_modules folder and re-running npm i or yarn install works for me.