https://www.npmjs.com/package/angular2-qrcode을 내 이력 애플리케이션에 사용하려고합니다. 내가 이온이 내가 예기치 않은 값 'QRCodeModule'모듈 'AppModule'에 의해 가져옴
[19:05:49] ngc: Error: Unexpected value 'QRCodeModule' imported by the module 'AppModule'
at D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:13982:37
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:13967:46)
at D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:12812:58
at Array.forEach (native)
at OfflineCompiler.analyzeModules (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler\bundles\compiler.umd.js:12811:21)
at CodeGenerator.codegen (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\codegen.js:105:47)
at codegen (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\main.js:7:81)
at Object.main (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\tsc-wrapped\src\main.js:30:16)
at Object.<anonymous> (D:\jdevcc\git\pr\application\handyou-original\node_modules\@angular\compiler-cli\src\main.js:14:9)
을 얻고 이온 실행을 수행 할 때 어쩌면 당신을 수행 모든 그러나 완벽하게 작동 역할을하고있는 중이 야 때 ionic2 앱은 이온 각도 2.0.0-rc.0
을 사용하고 아이디어가 있으십니까?
ngc 컴파일을위한 전체 로그를 만들 수있는 방법이 있습니까? 전에 어떤 일이 잘못되었는지 확인하기 위해서. "^ 1.0 : 나는"angular2-하시면 자동 "이
...
...
imports: [QRCodeModule, SwingModule
IonicModule.forRoot(MyApp, {
tabsHideOnSubPages : 'true'
})
,
는 내용은 스윙 모듈은 완벽하게 작동됩니다 :) 내 package.json에서 :
여기 내 응용 프로그램 모듈입니다. 4 ", 당신의 아이디어에 미리
감사
좋은 일을 가지고 :
당신이 이것에 대한 해결책을 찾기 셨나요 넣어 주저하지 말고 할 수 있습니까? 나는 똑같은 문제를 겪고있다. –
설명을 넣을 것입니다. – Geoffrey