Guest User

Untitled

a guest
Jun 26th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. @echo off
  2. title Angular Package Creator
  3. echo Creating Package...
  4. npm run packagr && cd dist && echo Packing angular application... && npm pack && echo Operation completed succefully && pause
  5.  
  6. "packagr": "ng-packagr -p ng-package.json"
  7.  
  8. BUILD ERROR
  9. Cannot read property 'module' of undefined
  10. TypeError: Cannot read property 'module' of undefined
  11. at MetadataBundler.convertSymbol (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:312:61)
  12. at createReference (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:438:27)
  13. at MetadataBundler.convertReference (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:486:28)
  14. at MetadataBundler.convertExpression (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:415:37)
  15. at MetadataBundler.convertValue (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:396:29)
  16. at C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:399:62
  17. at Array.map (<anonymous>)
  18. at MetadataBundler.convertValue (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:399:30)
  19. at MetadataBundler.convertValue (C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:405:36)
  20. at C:SourcesWebnode_modules@angularcompiler-clisrcmetadatabundler.js:399:62
Add Comment
Please, Sign In to add comment