Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. [15:43:56] ionic-app-scripts 2.1.4
  2. [15:43:56] build prod started ...
  3. [15:43:57] clean started ...
  4. [15:43:57] clean finished in 96 ms
  5. [15:43:57] copy started ...
  6. [15:43:57] ngc started ...
  7. [15:44:11] ionic-app-script task: "build"
  8. [15:44:11] Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function
  9. calls are not supported. Consider replacing the function or lambda with a reference to an exported function,
  10. resolving symbol Injectable in
  11. /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/metadata.d.ts,
  12. resolving symbol OpaqueToken in
  13. /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/opaque_token.d.ts,
  14. resolving symbol OpaqueToken in
  15. /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/opaque_token.d.ts
  16. 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 /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/metadata.d.ts, resolving symbol OpaqueToken in /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/opaque_token.d.ts, resolving symbol OpaqueToken in /Users/Desktop/new_server/myApp/node_modules/@cloudinary/angular/node_modules/@angular/core/src/di/opaque_token.d.ts
  17. at Error (native)
  18. at syntaxError (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:1550:34)
  19. at simplifyInContext (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:23870:23)
  20. at StaticReflector.simplify (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:23882:13)
  21. at StaticReflector.annotations (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:23331:41)
  22. at NgModuleResolver.resolve (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:13883:70)
  23. at CompileMetadataResolver.getNgModuleMetadata (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:14473:60)
  24. at addNgModule (/Users/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:23050:58)
  25. at /Users/bisnisindonesia/Desktop/new_server/myApp/node_modules/@angular/compiler/bundles/compiler.umd.js:23061:14
  26. at Array.forEach (native)
  27. npm ERR! code ELIFECYCLE
  28. npm ERR! errno 1
  29. npm ERR! ionic-hello-world@0.0.0 ionic:build: `ionic-app-scripts build "--prod"`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the ionic-hello-world@0.0.0 ionic:build script.
  33. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement