create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

cannot run

Open itsmeskm opened this issue 5 years ago • 1 comments

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 [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: 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 [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: use String.prototype.padStart()
npm WARN deprecated [email protected]: 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 [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.\n' +
    'npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.\n' +
    'npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142\n' +
    'npm WARN deprecated [email protected]: 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 [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.\n' +
    'npm WARN deprecated [email protected]: this library is no longer supported\n' +
    'npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated\n' +
    'npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated\n' +
    'npm WARN deprecated [email protected]: use String.prototype.padStart()\n' +
    'npm WARN deprecated [email protected]: 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
}

itsmeskm avatar Aug 06 '20 14:08 itsmeskm

no update till now?

nilevia avatar Oct 26 '20 03:10 nilevia