Create-react-native-app: tar.gz module has been deprecated warning

Created on 8 Nov 2017  路  2Comments  路  Source: expo/create-react-native-app

Description

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

Observed Behavior

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...

Environment

Please run these commands in the project folder and fill in their results:

Also specify:

  1. Operating system: macOs Sierra 10.12.6

Most helpful comment

fix coming in next release

All 2 comments

Update your node version!

Cleared up the issue for me right away :)

fix coming in next release

Was this page helpful?
0 / 5 - 0 ratings