plyr: Expecting end of input, "ADD", "SUB", "MUL", "DIV", got unexpected "RPAREN"

There is a chance that this problem is directly related to your library (primary source: https://github.com/redxtech/vue-plyr/issues/171).

I tried to abandon the VuePlyr library, but the problem persisted.

If I change only the version from ^3.6.1 to ~3.5.10, then everything is deploying successfully.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 10
  • Comments: 19 (5 by maintainers)

Most upvoted comments

Would be nice if this would be fixed soon, as this release contains some nice and important bugfixes! 😃

Will the two PRs above fix this? It’s hard for me to test…

Excellent 👍 Thanks goes to @Bashev 👍

@sampotts I tested it and the build runs through with these changes. 👍

Hmm I guess this is a change as a result of the CSS Custom Properties. Any more info on how I can reproduce this locally? How are you including the CSS?

I might be able to do a CSS build without the custom properties stuff in.

I am building an angular application with “node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration=develop”


If I downgrade to 3.5.10 It compiles, but if the video is a vimeo one, it throw an error (using with ngx-plyr) about the video rate (that is solved in last version)

Works perfectly with Gatsby, thank you very much.

@sampotts I tested it and the build runs through with these changes. 👍

Awesome, cheers. I’ll get a build out shortly 👍

Same issue here!

Thanks guys for the trick! Downgraded to 3.5.10 and it worked.