juliancwirko / react-s-alert

Alerts / Notifications for React with rich configuration options
https://www.npmjs.com/package/react-s-alert
MIT License
649 stars 75 forks source link

UNMET PEER DEPENDENCY prop-types@^15.5.4 #36

Closed davidbiller closed 7 years ago

davidbiller commented 7 years ago

I get this error Message, i think it´s because i use the new REACT Version.

Failed to compile.

Error in ./~/react-s-alert/dist/SAlert.js Module not found: 'prop-types' in /Users/davidbiller/curious_web/node_modules/react-s-alert/dist

@ ./~/react-s-alert/dist/SAlert.js 3:8-181

juliancwirko commented 7 years ago

Hi, does it work when you install prop-types ? npm install prop-types

davidbiller commented 7 years ago

Yes, i am sorry for that

juliancwirko commented 7 years ago

yes, but it should also work with older versions of react (before 15.5), I need to test it once again.