ReactNativeSampleApp icon indicating copy to clipboard operation
ReactNativeSampleApp copied to clipboard

error with 'npm install'

Open apanagar opened this issue 8 years ago • 6 comments

I get these errors when I try to run npm install. I'm not terribly familiar with the node environment, hoping someone can give me some pointers?

npm WARN deprecated [email protected]: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: connect 2.x series is deprecated
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated [email protected]: Moved into appium-support
npm WARN deprecated [email protected]: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Babel 5 is no longer being maintained. Upgrade to Babel 6.
npm WARN deprecated [email protected]: module has been merged into crc32-stream
npm WARN deprecated [email protected]: Copy its ~20 LOC directly into your code instead.
npm WARN deprecated [email protected]: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated [email protected]: This package has been migrated into the 'appium-base-driver' package
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'ReactNativeSampleApp'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:

apanagar avatar Nov 08 '17 23:11 apanagar

I do see this issue when I was trying to build it on my local. Do we know how to fix this or by pass the issue?

vdamodaran avatar Apr 24 '18 13:04 vdamodaran

Same thing happened to me. Has anyone found a solution?

pavermakov avatar May 16 '18 09:05 pavermakov

use this https://www.npmjs.com/package/npm-install-que

WahidinAlambiyah avatar Jun 12 '18 08:06 WahidinAlambiyah

Anyone know which upstream package has [email protected] as a dependency?

0x0c72 avatar Oct 17 '18 13:10 0x0c72

npm ll ansi-styles

dong114 avatar Oct 17 '18 22:10 dong114

some solutions in the repo https://github.com/chalk/ansi-styles/issues/15

SolbiatiAlessandro avatar Dec 27 '19 13:12 SolbiatiAlessandro