xmldsigjs icon indicating copy to clipboard operation
xmldsigjs copied to clipboard

package-lock.json seems broken

Open rkaw92 opened this issue 5 years ago • 1 comments

  1. git clone https://github.com/PeculiarVentures/xmldsigjs.git
  2. cd xmldsigjs
  3. npm install

We get the below error while trying to npm install:

npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/source-map-2e0c3d18/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/extend-shallow-323c422e/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/define-property-fd8ed66d/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/source-map-2e0c3d18/README.md'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/extend-shallow-323c422e/README.md'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/define-property-fd8ed66d/README.md'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/snapdragon-node-c6544d33/package.json'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/extend-shallow-323c422e/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/define-property-fd8ed66d/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/snapdragon-node-c6544d33/README.md'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/source-map-2e0c3d18/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/extend-shallow-323c422e/index.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/define-property-fd8ed66d/index.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/snapdragon-node-c6544d33/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/source-map-2e0c3d18/source-map.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/source-map-2e0c3d18/CHANGELOG.md'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/snapdragon-node-c6544d33/index.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/pkijs-d8614b61/build/CertificatePolicies.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/pkijs-d8614b61/build/CertificatePolicies.js.map'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/pkijs-d8614b61/build/CertificateRevocationList.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/pkijs-d8614b61/build/CertificateRevocationList.js.map'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/rollup-bb65dca1/dist/rollup.js'
npm WARN tar ENOENT: no such file or directory, open '/home/thewanderer/Devel/Node/xmldsigjs2/node_modules/.staging/typescript-dabae1aa/lib/typescriptServices.d.ts'
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.0.tgz
npm ERR! 404 
npm ERR! 404  '[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'xmldsigjs2'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/thewanderer/.npm/_logs/2019-12-12T12_11_58_951Z-debug.log

Removing package-lock.json resolves the issue. Has package-lock.json been mangled, or generated by a buggy version of npm? Perhaps dependencies have disappeared from npm, too?

rkaw92 avatar Dec 12 '19 12:12 rkaw92

Please check [email protected]

microshine avatar Dec 19 '19 14:12 microshine