Getting warnings on create-react-native-app AwesomeProject command. This one tar.gz module has been deprecated and your application is vulnerable is especially concerning
Here is command output
yarn add v0.27.5
info No lockfile found.
[1/4] Resolving packages...
warning react-native-scripts > xdl > [email protected]: 鈿狅笍 WARNING 鈿狅笍 tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
warning react-native-scripts > xdl > auth0-js > xtend > [email protected]:
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "[email protected]" has unmet peer dependency "react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0".
[4/4] Building fresh packages...
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts: [email protected]npm ls react-native: [email protected]npm ls expo: [email protected]node -v: v7.10.1npm -v: 4.2.0yarn --version: 0.27.5Also specify:
Update your node version!
Cleared up the issue for me right away :)
fix coming in next release
Most helpful comment
fix coming in next release