Skip to content

Commit e7a1290

Browse files
authored
chore: use @angualr/[email protected] (#296)
Temporary use @angualr/[email protected] because schematics are not compatible with @angualr/[email protected]
1 parent 2cdcd20 commit e7a1290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/Settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Packages(object):
8686
# CLIs
8787
NS_CLI = resolve_package(name='nativescript', variable='nativescript')
8888
NS_SCHEMATICS = resolve_package(name='@nativescript/schematics', variable='nativescript_schematics')
89-
NG_CLI = resolve_package(name='@angular/cli', variable='ng_cli', default='latest')
89+
NG_CLI = resolve_package(name='@angular/cli', variable='ng_cli', default='8.1')
9090

9191
# Preview and Playground packages
9292
__default_preview_folder = 'debug'

0 commit comments

Comments
 (0)