We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic capacitor 버전이 3으로 업데이트 되면서, Plugin이 deprecated 되었는데, 이에 따른 지원이 언제 이루어지는지 문의드립니다
예제 프로젝트를 받아서 테스트 해보려고 하는데 빌드에 실패하게 됩니다
> [email protected] build /Users/mozzet/Desktop/iamport-capacitor/exampleForAngular > ng build Browserslist: caniuse-lite is outdated. Please run next command `npm update` p chunk {main} main-es2015.js, main-es2015.js.map (main) 655 bytes [initial] [rendered] chunk {polyfills} polyfills-es2015.js, polyfills-es2015.js.map (polyfills) 149 kB [initial] [rendered] chunk {runtime} runtime-es2015.js, runtime-es2015.js.map (runtime) 6.09 kB [entry] [rendered] chunk {styles} styles-es2015.js, styles-es2015.js.map (styles) 2.39 MB [initial] [rendered] Date: 2021-08-04T08:52:17.098Z - Hash: 11edf2096dbbe1ba9218 - Time: 43170ms ERROR in node_modules/iamport-capacitor/node_modules/@capacitor/core/types/core-plugins.d.ts:1:13 - error TS1005: '=' expected. 1 import type { Plugin } from './definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/core-plugins.d.ts:1:29 - error TS1005: ';' expected. 1 import type { Plugin } from './definitions'; ~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/definitions.d.ts:1:13 - error TS1005: '=' expected. 1 import type { PluginRegistry } from './legacy/legacy-definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/definitions.d.ts:1:37 - error TS1005: ';' expected. 1 import type { PluginRegistry } from './legacy/legacy-definitions'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/definitions.d.ts:2:13 - error TS1005: '=' expected. 2 import type { CapacitorException } from './util'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/definitions.d.ts:2:41 - error TS1005: ';' expected. 2 import type { CapacitorException } from './util'; ~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/global.d.ts:1:13 - error TS1005: '=' expected. 1 import type { WebPlugin } from './web-plugin'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/global.d.ts:1:32 - error TS1005: ';' expected. 1 import type { WebPlugin } from './web-plugin'; ~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:1:1 - error TS1128: Declaration or statement expected. 1 export type { CapacitorGlobal, PermissionState, Plugin, PluginCallback, PluginImplementations, PluginListenerHandle, PluginResultData, PluginResultError, } from './definitions'; ~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:1:13 - error TS1005: ';' expected. 1 export type { CapacitorGlobal, PermissionState, Plugin, PluginCallback, PluginImplementations, PluginListenerHandle, PluginResultData, PluginResultError, } from './definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:1:155 - error TS1109: Expression expected. 1 export type { CapacitorGlobal, PermissionState, Plugin, PluginCallback, PluginImplementations, PluginListenerHandle, PluginResultData, PluginResultError, } from './definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:1:162 - error TS1005: ';' expected. 1 export type { CapacitorGlobal, PermissionState, Plugin, PluginCallback, PluginImplementations, PluginListenerHandle, PluginResultData, PluginResultError, } from './definitions'; ~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:6:1 - error TS1128: Declaration or statement expected. 6 export type { WebViewPath, WebViewPlugin } from './core-plugins'; ~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:6:13 - error TS1005: ';' expected. 6 export type { WebViewPath, WebViewPlugin } from './core-plugins'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:6:49 - error TS1005: ';' expected. 6 export type { WebViewPath, WebViewPlugin } from './core-plugins'; ~~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:9:1 - error TS1128: Declaration or statement expected. 9 export type { CallbackID, CancellableCallback, ISODateString, PluginConfig, PluginRegistry, } from './legacy/legacy-definitions'; ~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:9:13 - error TS1005: ';' expected. 9 export type { CallbackID, CancellableCallback, ISODateString, PluginConfig, PluginRegistry, } from './legacy/legacy-definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:9:93 - error TS1109: Expression expected. 9 export type { CallbackID, CancellableCallback, ISODateString, PluginConfig, PluginRegistry, } from './legacy/legacy-definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/index.d.ts:9:100 - error TS1005: ';' expected. 9 export type { CallbackID, CancellableCallback, ISODateString, PluginConfig, PluginRegistry, } from './legacy/legacy-definitions'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/platforms.d.ts:1:13 - error TS1005: '=' expected. 1 import type { PluginImplementations } from './definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/platforms.d.ts:1:44 - error TS1005: ';' expected. 1 import type { PluginImplementations } from './definitions'; ~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/platforms.d.ts:2:13 - error TS1005: '=' expected. 2 import type { PluginHeader } from './definitions-internal'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/platforms.d.ts:2:35 - error TS1005: ';' expected. 2 import type { PluginHeader } from './definitions-internal'; ~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/util.d.ts:1:13 - error TS1005: '=' expected. 1 import type { WindowCapacitor } from './definitions-internal'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/util.d.ts:1:38 - error TS1005: ';' expected. 1 import type { WindowCapacitor } from './definitions-internal'; ~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/web-plugin.d.ts:1:13 - error TS1005: '=' expected. 1 import type { PluginListenerHandle, Plugin } from './definitions'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/web-plugin.d.ts:1:51 - error TS1005: ';' expected. 1 import type { PluginListenerHandle, Plugin } from './definitions'; ~~~~~~~~~~~~~~~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/web-plugin.d.ts:2:13 - error TS1005: '=' expected. 2 import type { CapacitorException } from './util'; ~ node_modules/iamport-capacitor/node_modules/@capacitor/core/types/web-plugin.d.ts:2:41 - error TS1005: ';' expected. 2 import type { CapacitorException } from './util'; ~~~~~~~~ npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] build: `ng build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/mozzet/.npm/_logs/2021-08-04T08_52_17_192Z-debug.log ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ionic capacitor 버전이 3으로 업데이트 되면서, Plugin이 deprecated 되었는데, 이에 따른 지원이 언제 이루어지는지 문의드립니다
예제 프로젝트를 받아서 테스트 해보려고 하는데 빌드에 실패하게 됩니다
The text was updated successfully, but these errors were encountered: