bbloomf / jgabc

http://bbloomf.github.io/jgabc/
The Unlicense
100 stars 48 forks source link

com.borismus.webintent plugin does not install #35

Closed 3dWrecker closed 5 years ago

3dWrecker commented 5 years ago

I think this is because it is being fetched from https://github.com/Initsogar/cordova-webintent which does not exist, or there is a conflict with cordova-webintent,

in package.json

    "dependencies": {
        "com.borismus.webintent": "https://github.com/cordova-misc/cordova-webintent.git",
        "cordova-android": "^8.0.0",
        "cordova-ios": "^5.0.0",
        "cordova-plugin-whitelist": "^1.3.3",
        "cordova-plugin-x-socialsharing": "^5.4.4",
        "cordova-webintent": "git+https://github.com/cordova-misc/cordova-webintent.git",
        "es6-promise-plugin": "^4.2.2"`

https://github.com/cordova-misc/cordova-webintent.git vs git+https://github.com/cordova-misc/cordova-webintent.git ??

PS C:\Users\Richard\source\repos\Chant Tools> npm install
npm WARN io.github.bbloomf.jgabc@1.0.0 No repository field.

audited 1540 packages in 6.707s
found 6 vulnerabilities (3 moderate, 3 high)
  run `npm audit fix` to fix them, or `npm audit` for details
PS C:\Users\Richard\source\repos\Chant Tools> npm audit
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run  npm install  to fix them.
npm ERR!     Missing: com.borismus.webintent@https://github.com/cordova-misc/cordova-webintent.git

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Richard\AppData\Roaming\npm-cache\_logs\2019-05-05T05_23_45_958Z-debug.log

That helps...🤣

Debug log

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'audit' ]
2 info using npm@6.4.1
3 info using node@v10.15.3
4 verbose npm-session e2e12a29b18a3f79
5 verbose stack Error: Errors were found in your package-lock.json, run  npm install  to fix them.
5 verbose stack     Missing: com.borismus.webintent@https://github.com/cordova-misc/cordova-webintent.git
5 verbose stack     at lockVerify.then (C:\Program Files\nodejs\node_modules\npm\lib\audit.js:163:19)
6 verbose cwd C:\Users\Richard\source\repos\Chant Tools
7 verbose Windows_NT 10.0.17763
8 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "audit"
9 verbose node v10.15.3
10 verbose npm  v6.4.1
11 error code ELOCKVERIFY
12 error Errors were found in your package-lock.json, run  npm install  to fix them.
12 error     Missing: com.borismus.webintent@https://github.com/cordova-misc/cordova-webintent.git
13 verbose exit [ 1, true ]
bbloomf commented 5 years ago

I took out the com.borismus.webintent line and I think that should fix this.