Cannot resolve module 'react-selection'
Hi there,
I've been looking for exactly the lib you built, however somehow when I install it via NPM:
npm install -S react-selection
The installation works and the lib is added to my app's package.json but when I try to use it inside a file:
import Selection from "react-selection";
It isn't recognized:
Module not found: Error: Cannot resolve module 'react-selection'
My IDE (Webstorm) also says the module isn't installed... However the directory & files are available in node_modules. This has never happened to me before, any idea what the issue could be ?
I have the same situation...
Same
Please update your NPM.

I'm still having the problem and re-installing w/ deleting package-lock.json couldn't help. Are there any possible solutions?