create-react-app
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -212,3 +212,3 @@ /** | ||
`You are running \`create-react-app\` ${packageJson.version}, which is behind the latest release (${latest}).\n\n` + | ||
'We no longer support global installation of Create React App.' | ||
'We recommend always using the latest version of create-react-app if possible.' | ||
) | ||
@@ -218,8 +218,2 @@ ); | ||
console.log( | ||
'Please remove any global installs with one of the following commands:\n' + | ||
'- npm uninstall -g create-react-app\n' + | ||
'- yarn global remove create-react-app' | ||
); | ||
console.log(); | ||
console.log( | ||
'The latest instructions for creating a new app can be found here:\n' + | ||
@@ -229,3 +223,2 @@ 'https://create-react-app.dev/docs/getting-started/' | ||
console.log(); | ||
process.exit(1); | ||
} else { | ||
@@ -232,0 +225,0 @@ const useYarn = isUsingYarn(); |
{ | ||
"name": "create-react-app", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"keywords": [ | ||
@@ -47,3 +47,3 @@ "react" | ||
}, | ||
"gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9" | ||
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38438
1092