こんにちは今vue.jsとionicでアプリケーションを作成しているのですが、今日も作業しようとしたらいきなり画面が真っ白になって検証を見てみるとエラーが出ていました。
どうしたらいいのかわからず困っています。
どうすればいいかアドバイスいただけると幸いです。
google検証でのエラー
chunk-2b29c7de.js?0b68:13 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at addIcons (chunk-2b29c7de.js?0b68:13)
at appInitialize (ionic-vue.esm.js?481b:279)
at Object.install (ionic-vue.esm.js?481b:619)
at Function.Vue.use (vue.runtime.esm.js?2b0e:5101)
at eval (main.ts?bc82:8)
at Module../src/main.ts (app.js:21651)
at webpack_require (app.js:767)
at fn (app.js:130)
at Object.1 (app.js:21677)
vscodeでyarn serveした時のエラー
ERROR
140:40 Cannot find name 'HTMLStencilElement'. 2 38 | removeViewFromDom(parentElement: HTMLElement, childElement: HTMLVueElement): Promise<void>; 3 39 | } 4 > 40 | export interface IonBackButton extends HTMLStencilElement { 5 | ^ 6 41 | defaultHref?: string; 7 42 | } 8 43 | export interface IonRouterOutlet extends HTMLStencilElement { 9ERROR in /Users/kazumasa/3StepWallet-Core/node_modules/@ionic/vue/dist/types/interfaces.d.ts 1043:42 Cannot find name 'HTMLStencilElement'. 11 41 | defaultHref?: string; 12 42 | } 13 > 43 | export interface IonRouterOutlet extends HTMLStencilElement { 14 | ^ 15 44 | commit(enterinEl: HTMLElement, leavingEl: HTMLElement | undefined, opts?: object | undefined): Promise<boolean>; 16 45 | } 17 46 | export interface ApiCache { 18ERROR in /Users/kazumasa/3StepWallet-Core/node_modules/@ionic/vue/dist/types/util.d.ts 199:67 Cannot find name 'HTMLStencilElement'. 20 7 | } 21 8 | export declare function proxyMethod(ctrlName: string, methodName: string, ...args: any[]): Promise<any>; 22 > 9 | export declare function ensureElementInBody(elementName: string): HTMLStencilElement; 23 | ^ 24 10 | //# sourceMappingURL=util.d.ts.map
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。