tns deploy
does not verify if the project should be migrated
#4982
Labels
Milestone
tns deploy
does not verify if the project should be migrated
#4982
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Executing
tns deploy
on a 5.x.x project results into the following error -Cannot read property ‘useHotModuleReload’ of undefined
To Reproduce
Expected behavior
To inform the user that the project must be migrated with
tns migrate
Sample project
Additional context
The text was updated successfully, but these errors were encountered: