videojs-hls-quality-selector icon indicating copy to clipboard operation
videojs-hls-quality-selector copied to clipboard

v1.1.2 Can't install package via npm install to the Angular project

Open ValeriiMalkov opened this issue 4 years ago • 3 comments

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.

ValeriiMalkov avatar Sep 09 '20 11:09 ValeriiMalkov

@chrisboustead

ValeriiMalkov avatar Sep 09 '20 11:09 ValeriiMalkov

@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?

rechl avatar Sep 10 '20 14:09 rechl

PRs are always appreciated :)

Pushed up a fix for a related issue. If this is still occurring please submit a PR.

chrisboustead avatar Oct 07 '20 16:10 chrisboustead