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
I am getting the following error. The files are missing although npm install was successful/
"react-bootstrap-table": "^2.5.8"
0] .//react-bootstrap-table//react-toastr/~/react/lib/ReactTransitionEvents.js
[0] Module not found: Error: Cannot resolve module 'react-dom/lib/getVendorPrefixedEventName' in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react\lib
[0] resolve module react-dom/lib/getVendorPrefixedEventName in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react\lib
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\src
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\src\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\src
[0] D:\Git\webconsole2\src\react-dom doesn't exist (module as directory)
The text was updated successfully, but these errors were encountered:
The problem is the caret (^) in react-toastr dependency. The library get the versión 2.8.2 instead of 2.8.0 of react-toastr that is changed to support react 15.4.0.
I am getting the following error. The files are missing although npm install was successful/
"react-bootstrap-table": "^2.5.8"
0] ./
/react-bootstrap-table//react-toastr/~/react/lib/ReactTransitionEvents.js[0] Module not found: Error: Cannot resolve module 'react-dom/lib/getVendorPrefixedEventName' in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react\lib
[0] resolve module react-dom/lib/getVendorPrefixedEventName in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react\lib
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\src
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\src\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-toastr\node_modules\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules
[0] D:\Git\webconsole2\node_modules\react-bootstrap-table\node_modules\react-dom doesn't exist (module as directory)
[0] looking for modules in D:\Git\webconsole2\src
[0] D:\Git\webconsole2\src\react-dom doesn't exist (module as directory)
The text was updated successfully, but these errors were encountered: