DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

Cannot Install #78

Closed itsmeskm closed 4 years ago

itsmeskm commented 4 years ago

Describe the bug

@rollup/plugin-alias@^3.0.1' is not in the npm registry.\n"

System

Node.js version: v12.18.3 NPM version: v12.18.3 Operating system: Windows 10 (1909)

Steps to reproduce (Write your steps here:)

  1. npx @udilia/create-react-library

Expected behavior

It should install

Actual behavior

image

Reproducible demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

Additional context

✖ Running npm install in root directory
Error: Command failed with exit code 1: npm install
npm WARN deprecated rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@rollup%2fplugin-alias - Not found
npm ERR! 404
npm ERR! 404  '@rollup/plugin-alias@^3.0.1' 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 'microbundle-crl'
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!     C:\Users\Subhash Mandal\AppData\Roaming\npm-cache\_logs\2020-08-06T09_51_54_062Z-debug.log
    at makeError (C:\Users\Subhash Mandal\AppData\Roaming\npm\node_modules\create-react-library\node_modules\execa\lib\error.js:59:11)
    at handlePromise (C:\Users\Subhash Mandal\AppData\Roaming\npm\node_modules\create-react-library\node_modules\execa\index.js:114:26)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async pEachSeries (C:\Users\Subhash Mandal\AppData\Roaming\npm\node_modules\create-react-library\node_modules\p-each-series\index.js:8:3) {
  shortMessage: 'Command failed with exit code 1: npm install',
  command: 'npm install',
  exitCode: 1,
  signal: undefined,
  signalDescription: undefined,
  stdout: '',
  stderr: 'npm WARN deprecated rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.\n' +
    'npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.\n' +
    'npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142\n' +
    'npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142\n' +
    'npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.\n' +
    'npm WARN deprecated har-validator@5.1.5: this library is no longer supported\n' +
    'npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated\n' +
    'npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated\n' +
    'npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()\n' +
    'npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.\n' +
    'npm ERR! code E404\n' +
    'npm ERR! 404 Not Found - GET https://registry.npmjs.org/@rollup%2fplugin-alias - Not found\n' +
    'npm ERR! 404 \n' +
    "npm ERR! 404  '@rollup/plugin-alias@^3.0.1' is not in the npm registry.\n" +
    'npm ERR! 404 You should bug the author to publish it (or use the name yourself!)\n' +
    "npm ERR! 404 It was specified as a dependency of 'microbundle-crl'\n" +
    'npm ERR! 404 \n' +
    'npm ERR! 404 Note that you can also install from a\n' +
    'npm ERR! 404 tarball, folder, http url, or git url.\n' +
    '\n' +
    'npm ERR! A complete log of this run can be found in:\n' +
    'npm ERR!     C:\\Users\\Subhash Mandal\\AppData\\Roaming\\npm-cache\\_logs\\2020-08-06T09_51_54_062Z-debug.log',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
DimiMikadze commented 4 years ago

@itsmeskm We are not using Rollup, you've mismatched the repository.