-
-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
Description
After Install I get an error
Error: Can't resolve 'videojs' in 'C:\wamp64\www\mesibaba\node_modules\videojs-record\dist'
My code import lines are:
import 'video.js/dist/video-js.min.css'; import videojs from 'video.js'; import 'videojs-record/dist/css/videojs.record.css'; import Record from 'videojs-record/dist/videojs.record.js';