Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.0.3
- Cross-platform modules: 5.2
- Android Runtime: 5.2
- iOS Runtime: 5.2
- Plugin(s):
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
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
Executing
tns deployon a 5.x.x project results into the following error -Cannot read property ‘useHotModuleReload’ of undefinedTo Reproduce
Expected behavior
To inform the user that the project must be migrated with
tns migrateSample project
Additional context