Creating build for Videojs-recorder in reactjs
See original GitHub issueDescription
Im using videojs-recorder for recording video in our project with reactjs(version: “^16.5.2”). Its working fine as i run this project but its giving an error while creating the build.
Steps to reproduce
“https://github.com/collab-project/videojs-record/wiki/React” I used these steps to create my project.
Results
Module not found: Error: Can't resolve 'WaveSurfer' in '/home/manishtiwari/provider-desktop-app/node_modules/videojs-wavesurfer/dist'
Expected
i am expecting my build should create successfully .
Actual
Please describe what actually happened.
Error output
If there are any errors at all, please include them here.
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
what version of videojs does this occur with?
browsers
what browser(s) are affected? Make sure to test with all third-party browser extensions disabled.
OSes
what platforms (operating systems and devices) are affected?
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (4 by maintainers)
Top GitHub Comments
It’s my bad, actually my project framework is of old version that’s why its not working there. As i change my framework now it’s working fine and creating a build also. Thank you so much for your help and time.
@AbhishekTaparia see #333