File tree 1 file changed +1
-8
lines changed
packages/create-react-app
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -209,22 +209,15 @@ function init() {
209
209
console . error (
210
210
chalk . yellow (
211
211
`You are running \`create-react-app\` ${ packageJson . version } , which is behind the latest release (${ latest } ).\n\n` +
212
- 'We no longer support global installation of Create React App .'
212
+ 'We recommend always using the latest version of create-react-app if possible .'
213
213
)
214
214
) ;
215
215
console . log ( ) ;
216
- console . log (
217
- 'Please remove any global installs with one of the following commands:\n' +
218
- '- npm uninstall -g create-react-app\n' +
219
- '- yarn global remove create-react-app'
220
- ) ;
221
- console . log ( ) ;
222
216
console . log (
223
217
'The latest instructions for creating a new app can be found here:\n' +
224
218
'https://create-react-app.dev/docs/getting-started/'
225
219
) ;
226
220
console . log ( ) ;
227
- process . exit ( 1 ) ;
228
221
} else {
229
222
const useYarn = isUsingYarn ( ) ;
230
223
createApp (
You can’t perform that action at this time.
0 commit comments