Open
Description
I don't know about other people's experience but I've got these annoying warnings...
Unable to resolve some modules:
"indexof" in /usr/share/meteor-app/node_modules/component-classes/index.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save indexof
every time the Meteor tool rebuilds.
And the thing is, I don't even use this package. Instead the one package I use (rc-slider
) depends on another which depends on another which depends on another... which then depends on this one.
Maybe the solution is as simple as just add indexof
to my dependency list but that creates confusion later when I remove rc-slider
at some point and don't remember removing indexof
together.
#30 seems to be addressing this issue. I'm glad I'm not alone out there.
Metadata
Metadata
Assignees
Labels
No labels