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)
Can you folks give v3.6.2 a go? https://github.com/sampotts/plyr/releases/tag/v3.6.2
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. 👍
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.
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.