Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ./node_modules/.bin/ngc -p src/tsconfig.json --i18nFile=./src/i18n/messages.fr.xtb --locale=fr --i18nFormat=xmb
  2.  
  3. Error: Unsupported
  4. at Xmb.load (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:8730:19)
  5. at Function.TranslationBundle.load (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:9290:64)
  6. at I18NHtmlParser.parse (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:9470:72)
  7. at DirectiveNormalizer.normalizeLoadedTemplate (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:13810:72)
  8. at DirectiveNormalizer.normalizeTemplateSync (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:13790:25)
  9. at DirectiveNormalizer.normalizeTemplate (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:13767:47)
  10. at CompileMetadataResolver._loadDirectiveMetadata (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:18074:79)
  11. at /MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:18250:58
  12. at Array.forEach (native)
  13. at CompileMetadataResolver.loadNgModuleDirectiveAndPipeMetadata (/MyProject/node_modules/@angular/compiler/bundles/compiler.umd.js:18249:45)
  14. Compilation failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement