video.js icon indicating copy to clipboard operation
video.js copied to clipboard

Wrong path for font scss in video-js.scss

Open Omcsesz opened this issue 3 years ago • 0 comments

Description

Hello, Team!

The problem described in issue #6531 still exists in the latest version.

Reduced test case

No response

Steps to reproduce

  1. Clone the git repository
  2. rum npm install, then npm test
  3. The error message occurs:
Error: Can't find stylesheet to import.
  ╷
5 │ @import "node_modules/videojs-font/scss/icons";
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Errors

No response

What version of Video.js are you using?

7.20.1

Video.js plugins used.

No response

What browser(s) including version(s) does this occur with?

Chrome 103

What OS(es) and version(s) does this occur with?

Windows 10

Omcsesz avatar Aug 01 '22 12:08 Omcsesz