Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error encountered resolving symbol values statically. #6

Open
lmarcelocc opened this issue Sep 4, 2017 · 1 comment
Open

Error encountered resolving symbol values statically. #6

lmarcelocc opened this issue Sep 4, 2017 · 1 comment

Comments

@lmarcelocc
Copy link

Hi all,

anyone knows how to solve this?

[WARN] Error occurred during command execution from a CLI plugin (@ionic/cli-plugin-cordova).
Error: Error encountered resolving symbol values statically. Calling function 'ɵmakeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in C:/Users/Marcelo/Documents/Apps/TestApp/node_modules/ng2-restangular/node_modules/@angular/core/core.d.ts, resolving symbol ɵf in C:/Users/Marcelo/Documents/Apps/TestApp/node_modules/ng2-restangular/node_modules/@angular/core/core.d.ts, resolving symbol ɵf in C:/Users/Marcelo/Documents/Apps/TestApp/node_modules/ng2-restangular/node_modules/@angular/core/core.d.ts
npm -v
5.3.0

Thank you all!

@vichanse
Copy link

vichanse commented Oct 7, 2017

Hi all,
I'm having the same error
ERROR in Error: Error encountered resolving symbol values statically. Function calls are not supported
. Consider replacing the function or lambda with a reference to an exported function (position 4:10 in
the original .ts file), resolving symbol RestangularConfigFactory

Here are my dependencies
{
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"ngx-restangular": "^1.0.11",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants