-
Notifications
You must be signed in to change notification settings - Fork 16
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
Erro while "ng build --prod --aot" #9
Comments
I think I ran into the same problem. I can't find the source, but this solution worked for me:
|
I ran "rm -rf ./node_modules/@types/core-js" in git, then I ran "ng build --prod --aot". ERROR in ./src/main.ts Still Error. "dependencies": { |
Any idea how to fix this? |
@st3fun1 try to move
|
ERROR in Error encountered resolving symbol values statically. Calling function 'makeParamDecorator', function c
alls are not supported. Consider replacing the function or lambda with a reference to an exported function, reso
lving symbol Injectable in D:/Praveen data/angular/Merchat Project/node_modules/ng2-password-strength-bar/node_m
odules/@angular/core/src/di/metadata.d.ts, resolving symbol OpaqueToken in D:/Praveen data/angular/Merchat Proje
ct/node_modules/ng2-password-strength-bar/node_modules/@angular/core/src/di/opaque_token.d.ts, resolving symbol
OpaqueToken in D:/Praveen data/angular/Merchat Project/node_modules/ng2-password-strength-bar/node_modules/@angu
lar/core/src/di/opaque_token.d.ts
ERROR in ./src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in 'D:\Praveen data\angular\Mercha
t Project\src'
@ ./src/main.ts 5:0-74
@ multi ./src/main.ts
The text was updated successfully, but these errors were encountered: