You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Can you kindly upgrade the Angular 2 version to Angular 4? When I manually try to upgrade to Angular 4 by changing the version in package.json , I am getting many tsLint errors which are preventing the servers from starting up.
PFB the console errors:
ERROR in
\node_modules@angular\core\src\change_detection\differs\default_iterable_differ.d.ts
(28,32): error TS2304: Cannot find name 'Iterable'.
ERROR in
\node_modules@angular\core\src\change_detection\differs\iterable_differs.d.ts
(15,48): error TS2304: Cannot find name 'Iterable'.
Thanks,
Hari
The text was updated successfully, but these errors were encountered:
Hi,
Can you kindly upgrade the Angular 2 version to Angular 4? When I manually try to upgrade to Angular 4 by changing the version in package.json , I am getting many tsLint errors which are preventing the servers from starting up.
PFB the console errors:
ERROR in
\node_modules@angular\core\src\change_detection\differs\default_iterable_differ.d.ts
(28,32): error TS2304: Cannot find name 'Iterable'.
ERROR in
\node_modules@angular\core\src\change_detection\differs\iterable_differs.d.ts
(15,48): error TS2304: Cannot find name 'Iterable'.
Thanks,
Hari
The text was updated successfully, but these errors were encountered: