contently / videojs-annotation-comments

A plugin for video.js to add support for timeline moment/range comments and annotations
https://contently.github.io/videojs-annotation-comments/
Other
171 stars 50 forks source link

Error: Cannot find module #54

Closed drichar closed 4 years ago

drichar commented 4 years ago

I've been very excited to start using v2.0.0! After the new release I installed via npm and imported as a module in my project. I got the following errors in Gulp:

[18:49:47] [app:js] Error: Cannot find module './handlebars/safe-string' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './handlebars/exception' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './handlebars/utils' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './handlebars/runtime' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './handlebars/no-conflict' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './utils' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './exception' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './decorators' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './logger' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './decorators/inline' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module '../utils' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/block-helper-missing' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/each' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/helper-missing' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/if' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/log' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/lookup' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './helpers/with' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module '../exception' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './base' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './lib/polyfills' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './dist/cjs/handlebars.runtime' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './lib/utils' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './components/controls' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './components/annotation_state' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './lib/event_dispatcher' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './../lib/player_ui_component' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './../lib/utils.js' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './comment_list' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './marker' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './comment' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './shape' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './../lib/utils' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './../lib/player_component' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './annotation' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './draggable_marker.js' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './selectable_shape.js' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './player_button' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './player_component' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module './../compiled/templates' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module 'ie-array-find-polyfill' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
[18:49:47] [app:js] Error: Cannot find module 'es6-object-assign' from '/Users/drichar/Projects/Pixwel/platform/ui/node_modules/@contently/videojs-annotation-comments/build'
jackpope commented 4 years ago

Hi @drichar

Are you able to import other CJS libraries from node_modules in your project? Do you get the same errors with v1.1.4?

drichar commented 4 years ago

My apologies! It was an issue with our Browserify config. I've got it up and working now! Sorry about that.