Commit c220d98
committed
fix: update version of
Currently `@nativescript/schematics@~0.7.0` is added as dependency to the project, so when a new project is created an old version of `@nativescript/schematics` is installed. Updating the version to `@8.0.0` will lead to an another problem that a version that is still not published to `npm` will be referenced within the project. In such a situation, the project should be created using `--skip-install` flag e.g `ng new --collection=@nativescript/schematics myApp --shared --skip-install`, after that the next version should be installed in the project before executing `tns run`.@nativescript/schematics to 0.8.0 inside templates1 parent d9a7c6f commit c220d98
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments