Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~$ curl -k "https://nexus.rshbdev.ru/repository/npm/%40rshbintech.rpul.ecp%2fcore"
{"success":false,"error":"Package '@rshbintech.rpul.ecp/core' not found"}dmitriev-aal@VDI-Dmitriev-A:~$ curl -k "https://nexus.rshbdev.ru/repository/npm/@rshbintech.rpul.ecp%2fcore/"

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Repository - Sonatype Nexus Repository</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>


    <link rel="icon" type="image/png" href="../../../static/rapture/resources/safari-favicon-32x32.png?3.77.2-02" sizes="32x32">
  <link rel="mask-icon" href="../../../static/rapture/resources/favicon-white.svg?3.77.2-02" color="#00bb6c">
    <link rel="icon" type="image/png" href="../../../static/rapture/resources/favicon.svg?3.77.2-02" sizes="16x16">
  
  <link rel="stylesheet" type="text/css" href="../../../static/css/nexus-content.css?3.77.2-02"/>
</head>
<body>
<div class="nexus-header">
  <a href="../../..">
    <div class="product-logo">
      <img src="../../../static/rapture/resources/nxrm-reverse-icon.png?3.77.2-02" alt="Product logo"/>
    </div>
    <div class="product-id">
      <div class="product-id__line-1">
        <span class="product-name">Sonatype Nexus Repository</span>
      </div>
      <div class="product-id__line-2">
        <span class="product-spec">3.77.2-02</span>
      </div>
    </div>
  </a>
</div>

<div class="nexus-body">
  <div class="content-header">
    <img src="../../../static/rapture/resources/icons/x32/database.png?3.77.2-02" alt="Repository image"/>
    <span class="title">Repository</span>
    <span class="description">npm</span>
  </div>

  <div class="content-body">
    <div class="content-section">
      <p>
        This npm hosted repository is not directly browseable at this URL.
      </p>

      <p>
        Please use the <a href="../../../#browse/browse:npm">browse</a>
        or <a href="../../../service/rest/repository/browse/npm/">HTML index</a>
        views to inspect the contents of this repository.
      </p>
    </div>
  </div>
</body>
</html>
dmitriev-aal@VDI-Dmitriev-A:~$ npm view @rshbintech.rpul.ecp/core versions \
> --registry=https://nexus.rshbdev.ru/repository/npm/ \
> --loglevel verbose
npm info it worked if it ends with ok
npm verb cli [ '/usr/bin/node',
npm verb cli   '/usr/bin/npm',
npm verb cli   'view',
npm verb cli   '@rshbintech.rpul.ecp/core',
npm verb cli   'versions',
npm verb cli   '--registry=https://nexus.rshbdev.ru/repository/npm/',
npm verb cli   '--loglevel',
npm verb cli   'verbose' ]
npm info using npm@6.14.4
npm info using node@v10.19.0
npm verb config Skipping project config: /home/dmitriev-aal/.npmrc. (matches userconfig)
npm verb npm-session 8e417674db3f95ea
npm http fetch GET 404 https://nexus.rshbdev.ru/repository/npm/@rshbintech.rpul.ecp%2fcore 67ms
npm verb stack Error: 404 Not Found - GET https://nexus.rshbdev.ru/repository/npm/@rshbintech.rpul.ecp%2fcore - Package '@rshbintech.rpul.ecp/core' not found
npm verb stack     at res.buffer.catch.then.body (/usr/share/npm/node_modules/npm-registry-fetch/check-response.js:104:15)
npm verb stack     at process._tickCallback (internal/process/next_tick.js:68:7)
npm verb statusCode 404
npm verb pkgid @rshbintech.rpul.ecp/core@latest
npm verb cwd /home/dmitriev-aal
npm verb Linux 5.15.0-41-generic
npm verb argv "/usr/bin/node" "/usr/bin/npm" "view" "@rshbintech.rpul.ecp/core" "versions" "--registry=https://nexus.rshbdev.ru/repository/npm/" "--loglevel" "verbose"
npm verb node v10.19.0
npm verb npm  v6.14.4
npm ERR! code E404
npm ERR! 404 '@rshbintech.rpul.ecp/core' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 (or use the name yourself!)
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! 404 
npm ERR! 404  '@rshbintech.rpul.ecp/core@latest' 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 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm verb exit [ 1, true ]
npm timing npm Completed in 349ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/dmitriev-aal/.npm/_logs/2026-07-24T07_16_22_360Z-debug.log
dmitriev-aal@VDI-Dmitriev-A:~$ npm view @rshbintech.rpul.ecp/core versions \
> --registry=https://nexus.rshbdev.ru/repository/npm/
npm ERR! code E404
npm ERR! 404 '@rshbintech.rpul.ecp/core' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 (or use the name yourself!)
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! 404 
npm ERR! 404  '@rshbintech.rpul.ecp/core@latest' 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 
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/dmitriev-aal/.npm/_logs/2026-07-24T07_16_49_086Z-debug.log
dmitriev-aal@VDI-Dmitriev-A:~$