redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
770 stars 136 forks source link

Unable to npm install package #331

Open chongeva opened 3 years ago

chongeva commented 3 years ago

I am having problems installing this package using npm The trace log from npm install vue-plyr --verbose is as follows

npm info using npm@7.6.2
npm info using node@v15.10.0
npm timing config:load:defaults Completed in 2ms
npm timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 1ms
npm timing config:load:builtin Completed in 1ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 0ms
npm timing config:load:file:/<path>/<to>/<project>/.npmrc Completed in 0ms
npm timing config:load:project Completed in 0ms
npm timing config:load:file:/Users/<username>/.npmrc Completed in 1ms
npm timing config:load:user Completed in 1ms
npm timing config:load:file:/usr/local/etc/npmrc Completed in 0ms
npm timing config:load:global Completed in 0ms
npm timing config:load:cafile Completed in 0ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:setUserAgent Completed in 1ms
npm timing config:load:setEnvs Completed in 0ms
npm timing config:load Completed in 7ms
npm verb npm-session b07badd794b16903
npm timing npm:load Completed in 31ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 376ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:userRequests Completed in 2030ms
npm timing idealTree:#root Completed in 3742ms
npm http fetch GET 304 https://registry.npmjs.org/loadjs 127ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/url-polyfill 128ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/custom-event-polyfill 131ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/rangetouch 130ms (from cache)
npm timing idealTree:node_modules/vue-plyr Completed in 139ms
npm timing idealTree:node_modules/plyr Completed in 11ms
npm timing idealTree:node_modules/custom-event-polyfill Completed in 0ms
npm timing idealTree:node_modules/loadjs Completed in 0ms
npm timing idealTree:node_modules/rangetouch Completed in 0ms
npm timing idealTree:node_modules/url-polyfill Completed in 0ms
npm timing idealTree:buildDeps Completed in 3894ms
npm timing idealTree:fixDepFlags Completed in 14ms
npm timing idealTree Completed in 6332ms
npm timing reify:loadTrees Completed in 6333ms
npm timing reify:diffTrees Completed in 12ms
npm timing reify:retireShallow Completed in 0ms
npm timing reify:createSparse Completed in 2ms
npm timing reify:loadBundles Completed in 0ms
npm timing reifyNode:node_modules/custom-event-polyfill Completed in 43ms
npm timing reifyNode:node_modules/url-polyfill Completed in 53ms
npm timing reifyNode:node_modules/rangetouch Completed in 63ms
npm timing reifyNode:node_modules/loadjs Completed in 66ms
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 468ms
npm timing auditReport:getReport Completed in 471ms
npm timing auditReport:init Completed in 0ms
npm timing reify:audit Completed in 473ms
npm http fetch GET 304 https://codeload.github.com/sampotts/plyr/tar.gz/028be22dec323b23727315ef0c34682192991488 462ms (from cache)
npm http fetch GET 304 https://codeload.github.com/redxtech/vue-plyr/tar.gz/8077f1427ecf49802d5eb3423751eefac8bf5efe 480ms (from cache)

It gets stuck at that last line.

zapalagrzegorz commented 3 years ago

Same for node v14.17.3, but stops with different line:

npm timing reifyNode:node_modules/vue-plyr/node_modules/vue

It might be an issue also for node v16

As for me a fork of repo solves problem, at least temporary