Giter Site home page Giter Site logo

'npm install vue-plyr' error? about vue-plyr HOT 3 OPEN

nuwanz avatar nuwanz commented on July 22, 2024 3
'npm install vue-plyr' error?

from vue-plyr.

Comments (3)

jdnichollsc avatar jdnichollsc commented on July 22, 2024

Because this lib is importing plyr package with github directly instead of npm, they need to fix that

from vue-plyr.

bluelemonade avatar bluelemonade commented on July 22, 2024

is there a bug fix or workaround out there?

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\bluelemon\AppData\Local\npm-cache_logs\2022-07-15T11_53_55_408Z-debug.log
PS F:_projekte\ABTEI_LIESBORN\BESUCHERINFO\release\frontend-besucher-info-router> install vue-plyr --verbose
Enter the absolute path where the nvm-windows zip file is extracted/copied to: ^X^CSyntaxfehler.
PS F:_projekte\ABTEI_LIESBORN\BESUCHERINFO\release\frontend-besucher-info-router> npm i vue-plyr --verbose
npm verb cli [
npm verb cli 'C:\Program Files\nodejs\node.exe',
npm verb cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
npm verb cli 'i',
npm verb cli 'vue-plyr',
npm verb cli '--verbose'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm timing npm:load:whichnode Completed in 0ms
npm timing config:load:defaults Completed in 1ms
npm timing config:load:file:C:\Program Files\nodejs\node_modules\npm\npmrc Completed in 2ms
npm timing config:load:builtin Completed in 2ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 0ms
npm timing config:load:file:F:_projekte\ABTEI_LIESBORN\BESUCHERINFO\release\frontend-besucher-info-router.npmrc Completed in 0ms
npm timing config:load:project Completed in 1ms
npm timing config:load:file:C:\Users\bluelemon.npmrc Completed in 0ms
npm timing config:load:user Completed in 0ms
npm timing config:load:file:C:\Users\bluelemon\AppData\Roaming\npm\etc\npmrc Completed in 1ms
npm timing config:load:global Completed in 1ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:credentials Completed in 0ms
npm timing config:load:setEnvs Completed in 1ms
npm timing config:load Completed in 8ms
npm timing npm:load:configload Completed in 9ms
npm timing npm:load:setTitle Completed in 0ms
npm timing npm:load:setupLog Completed in 1ms
npm timing config:load:flatten Completed in 2ms
npm timing npm:load:cleanupLog Completed in 2ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load:projectScope Completed in 0ms
npm timing npm:load Completed in 30ms
npm timing arborist:ctor Completed in 4ms
npm timing idealTree:init Completed in 615ms
npm timing idealTree:userRequests Completed in 4ms
npm timing arborist:ctor Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/vue-plyr 1319ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/vue 66ms (cache revalidated)
npm timing idealTree:#root Completed in 1407ms
npm http fetch GET 200 https://registry.npmjs.org/csstype 39ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@vue%2fcompiler-sfc 139ms (cache revalidated)
npm timing idealTree:node_modules/vue-plyr Completed in 144ms
npm timing idealTree:node_modules/vue-plyr/node_modules/plyr Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/postcss 43ms (cache revalidated)
npm timing idealTree:node_modules/vue-plyr/node_modules/vue Completed in 49ms
npm http fetch GET 200 https://registry.npmjs.org/picocolors 41ms (cache revalidated)
npm timing idealTree:node_modules/vue-plyr/node_modules/@vue/compiler-sfc Completed in 44ms
npm timing idealTree:node_modules/vue-plyr/node_modules/csstype Completed in 0ms
npm timing idealTree:node_modules/vue-plyr/node_modules/postcss Completed in 1ms
npm timing idealTree:node_modules/vue-plyr/node_modules/picocolors Completed in 0ms
npm timing idealTree:buildDeps Completed in 1652ms
npm timing idealTree:fixDepFlags Completed in 9ms
npm timing idealTree Completed in 2285ms
npm timing command:install Completed in 2306ms
npm verb stack Error: An unknown git error occurred
npm verb stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\git\lib\make-error.js:28:13)
npm verb stack at C:\Program Files\nodejs\node_modules\npm\node_modules@npmcli\git\lib\spawn.js:36:26
npm verb stack at processTicksAndRejections (node:internal/process/task_queues:96:5)
npm verb cwd F:_projekte\ABTEI_LIESBORN\BESUCHERINFO\release\frontend-besucher-info-router
npm verb Windows_NT 10.0.19044
npm verb argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "i" "vue-plyr" "--verbose"
npm verb node v16.13.0
npm verb npm v8.1.0
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm verb exit -4058
npm timing npm Completed in 2664ms
npm verb unfinished npm timer reify 1657886308115
npm verb unfinished npm timer reify:loadTrees 1657886308128
npm verb code -4058

npm ERR! A complete log of this run can be found in:

from vue-plyr.

BlackWhite2000 avatar BlackWhite2000 commented on July 22, 2024

The library seems to be installed via github
So the failure to install may be due to lack of access to github.
Consider setting up a proxy to install

from vue-plyr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.