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
Version 1.0.1 doesn't appear to contain all the necessary files.
If I install react-rangeslider through npm and inspect the files in node_modules/react-rangeslider I only see the following files/directories.
index.html
LICENSE
node_modules/
.npmignore
package.json
README.md
tests/
Judging by the main line in your package.json I'd expect that there should at least be a lib/ directory containing the built/bundled code. Is this the case?
The text was updated successfully, but these errors were encountered:
Version 1.0.1 doesn't appear to contain all the necessary files.
If I install react-rangeslider through npm and inspect the files in
node_modules/react-rangeslider
I only see the following files/directories.Judging by the
main
line in your package.json I'd expect that there should at least be a lib/ directory containing the built/bundled code. Is this the case?The text was updated successfully, but these errors were encountered: