ericblade / quagga2

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
MIT License
758 stars 85 forks source link

https://skimdb.npmjs.com/registry/@snyk%2fcloud-config-parser - not_found #372

Closed ellisium closed 3 years ago

ellisium commented 3 years ago

Dependency issue starting from 1.1.0 when trying to install

FYI, please note impact on your library npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/@snyk%2fcloud-config-parser - not_found

github-actions[bot] commented 3 years ago

Thank you for filing an issue! Please be patient. :-)

ericblade commented 3 years ago

Works here

C:\src\blah>npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.

See `npm help json` for definitive documentation on these fields
and exactly what they do.

Use `npm install <pkg>` afterwards to install a package and
save it as a dependency in the package.json file.

Press ^C at any time to quit.
package name: (blah)
version: (1.0.0)
description:
entry point: (index.js)
test command:
git repository:
keywords:
author:
license: (ISC)
About to write to C:\src\blah\package.json:

{
  "name": "blah",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}

Is this OK? (yes)

C:\src\blah>npm install --save @ericblade/quagga2
npm WARN deprecated @babel/polyfill@7.12.1: � This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

> core-js@2.6.12 postinstall C:\src\blah\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> core-js@3.15.0 postinstall C:\src\blah\node_modules\global-agent\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN blah@1.0.0 No description
npm WARN blah@1.0.0 No repository field.

+ @ericblade/quagga2@1.4.0
added 619 packages from 481 contributors and audited 619 packages in 33.485s

62 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Perhaps you could pin down some reproduction steps?

ellisium commented 3 years ago

Hello,

using npm default registry https://registry.npmjs.com/@snyk%2fcloud-config-parser => OK it's found using npm mirror https://skimdb.npmjs.com/registry/@snyk%2fcloud-config-parser => not found

Resolution switch back to the defaul npm registry. Just for information, if it can save some time for other guys

ericblade commented 3 years ago

sounds like a problem to report to the npm people. I'm glad you got it figured out.

BegencGlyjow commented 2 years ago

help me, npm is not working for me, nothing is downloading

ericblade commented 2 years ago

help me, npm is not working for me, nothing is downloading

This is not a generic support forum.