taskrabbit / ReactNativeSampleApp

Example app in React Native: sort of like twitter/tumblr
MIT License
929 stars 321 forks source link

error with 'npm install' #44

Open apanagar opened 7 years ago

apanagar commented 7 years ago

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 babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated
npm WARN deprecated graceful-fs@2.0.3: 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 minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated appium-express@1.2.4: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated appium-logger@2.1.0: Moved into appium-support
npm WARN deprecated mobile-json-wire-protocol@1.3.3: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated node-uuid@1.4.7: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated babel-core@5.8.24: Babel 5 is no longer being maintained. Upgrade to Babel 6.
npm WARN deprecated deflate-crc32-stream@0.1.2: module has been merged into crc32-stream
npm WARN deprecated line-numbers@0.2.0: Copy its ~20 LOC directly into your code instead.
npm WARN deprecated appium-jsonwp-proxy@1.5.0: This package has been migrated into the 'appium-base-driver' package
npm WARN deprecated jsonwp-status@0.0.1: This package has been migrated into the 'appium-base-driver' package
npm ERR! code ETARGET
npm ERR! notarget No matching version found for ansi-styles@2.2.0
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:
vdamodaran commented 6 years ago

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?

pavermakov commented 6 years ago

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

WahidinAlambiyah commented 6 years ago

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

0x0c72 commented 6 years ago

Anyone know which upstream package has ansi-styles@2.2.0 as a dependency?

dong114 commented 6 years ago

npm ll ansi-styles

SolbiatiAlessandro commented 4 years ago

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