videojs-hls-quality-selector
videojs-hls-quality-selector copied to clipboard
v1.1.2 Can't install package via npm install to the Angular project
Can't install package via npm install
The output loooks like:
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] preinstall:
npx npm-force-resolutions npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] preinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Could be installed via npm install --force
only.
@chrisboustead
@ValeriiMalkov @chrisboustead this issue is actually a duplicate of #35
@ValeriiMalkov try npm add [email protected]
@chrisboustead you should remove the postinstall
script from package.json
Would you like a PR?
PRs are always appreciated :)
Pushed up a fix for a related issue. If this is still occurring please submit a PR.