File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
devextreme-cli/src/applications
devextreme-schematics/src/migrate-config-components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,12 @@ const migrateConfigComponents = async(options = {}) => {
199199 const response = await prompts ( {
200200 type : 'confirm' ,
201201 name : 'install' ,
202- message : `Download '${ collectionName } @${ schematicsVersion } ' temporarily to run the migration ?` ,
202+ message : `Would you like to install '${ collectionName } @${ schematicsVersion } ' in the npm cache ?` ,
203203 initial : true
204204 } ) ;
205205
206206 if ( ! response . install ) {
207- console . log ( 'Migration cancelled. You can install devextreme-schematics locally or globally and rerun the command.' ) ;
207+ console . log ( 'Migration cancelled. Install devextreme-schematics manually and rerun the command.' ) ;
208208 process . exit ( 1 ) ;
209209 }
210210 }
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export async function applyInlineComponentTemplateMigrations(
8383 exec . logger . warn (
8484 '[config-migrator] Failed to import TypeScript. Skipping inline template migration.\n' +
8585 ( tsResolutionError ? `Error: ${ tsResolutionError } \n` : '' ) +
86- 'Ensure the "typescript" package is installed in your project or reinstall DevExtreme Schematics.'
86+ 'Ensure the "typescript" package is installed in your project. Try to reinstall DevExtreme Schematics if the issue persists .'
8787 ) ;
8888 return ;
8989 }
You can’t perform that action at this time.
0 commit comments