I created an ionic project and cloned it elsewhere, when I run ionic serve, I get errors such as the following.
[21:29:17] rollup: Conflicting namespaces: /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/index.js
re-exports 'PropertyBindingType' from both /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[21:29:17] rollup: Conflicting namespaces: /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/index.js
re-exports 'templateVisitAll' from both /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /Users/pbrack/dev/paystumped/paystumped/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[21:29:23] bundle finished in 7.48 s
When I run ionic build ios I get the following error.
rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âTextAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âBoundTextAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âAttrAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âBoundElementPropertyAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âBoundEventAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âReferenceAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âVariableAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âElementAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[12:28:52] rollup: Conflicting namespaces: /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/index.js
re-exports âEmbeddedTemplateAstâ from both /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js
(will be ignored) and /home/nd/Desktop/Ionic2/myApp/node_modules/@angular/compiler/src/template_parser/template_ast.js.
Iâm also getting the same thing, even with the same dependencies. Ran rm -rf node_modules and npm cache clean and a fresh npm install multiple times, but I get the same thing.
I too got the same AssetUrl error. I removed the caret sign. When I run ionic build, I am getting following error
[09:17:28] lint finished in 4.67 s
[09:17:51] Error: Error at c:/git_projects/Service/4144_1/Se
vice/static/OTS/node_modules/@angular/platform-browser/src/private_import_core.
.ts:12:56
[09:17:51] Property âVIEW_ENCAPSULATION_VALUESâ does not exist on type â{ isDe
aultChangeDetectionStrategy
[09:17:51] (changeDetectionStrategy: ChangeDetectionStrategy) => booleanâŚâ.
[09:17:51] Error at c:/git_projects/Service/4144_1/Service/s
atic/OTS/node_modules/@angular/compiler/src/private_import_core.d.ts:26:57
[09:17:51] Property âMAX_INTERPOLATION_VALUESâ does not exist on type â{ isDef
ultChangeDetectionStrategy
[09:17:51] (changeDetectionStrategy: ChangeDetectionStrategy) => booleanâŚâ.
[09:17:51] Error at c:/git_projects/Service/4144_1/Service/s
atic/OTS/node_modules/@angular/compiler/src/private_import_core.d.ts:27:45
[09:17:51] Property âcheckBindingâ does not exist on type â{ isDefaultChangeDe
ectionStrategy
[09:17:51] (changeDetectionStrategy: ChangeDetectionStrategy) => booleanâŚâ.
Seeing same problems, many of them. So far for no breaking changes in RC2.
rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'TextAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'BoundTextAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'AttrAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'BoundElementPropertyAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'BoundEventAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'ReferenceAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'VariableAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'ElementAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'EmbeddedTemplateAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'BoundDirectivePropertyAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'DirectiveAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'ProviderAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'ProviderAstType' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'NgContentAst' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'PropertyBindingType' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.
[23:14:08] rollup: Conflicting namespaces: /Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/index.js
re-exports 'templateVisitAll' from both
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js (will be
ignored) and
/Users/tyrion/devel/saveup-front/node_modules/@angular/compiler/src/template_parser/template_ast.js.