ERROR in ./node_modules/@ionic/core/dist/esm/legacy/loader.mjs 4:11-19
Can’t import the named export ‘a’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/loader.mjs 6:8-21
Can’t import the named export ‘b’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/loader.mjs 5:8-15
Can’t import the named export ‘g’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘a’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘b’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘c’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘l’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘m’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘p’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/index.mjs 3:0-202
Can’t reexport the named export ‘t’ from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/loader/index.mjs 21:0-47
Can’t reexport the namespace object from non EcmaScript module (only default export is available)
ERROR in ./node_modules/@ionic/core/dist/esm/polyfills/index.js 15:18
Module parse failed: Unexpected token (15:18)
You may need an appropriate loader to handle this file type.
|
| if (!win.customElements || (win.Element && (!win.Element.prototype.closest || !win.Element.prototype.matches || !win.Element.prototype.remove))) {
promises.push(import('./dom.js'));
| }
|
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/chunk-24212d31.js 172:37
Module parse failed: Unexpected token (172:37)
You may need an appropriate loader to handle this file type.
| baseEl.classList.remove(‘overlay-hidden’);
| aniRoot = baseEl.shadowRoot || overlay.el;
return [4 /*yield*/, import('./index-8ec7f6e0.js').then(function (mod) { return mod.create(animationBuilder, aniRoot, opts); })];
| case 1:
| animation = _a.sent();
ERROR in ./node_modules/@ionic/core/dist/esm/legacy/chunk-f257aad1.js 54:11
Module parse failed: Unexpected token (54:11)
You may need an appropriate loader to handle this file type.
| ? cmpMeta.$lazyBundleIds$[hostRef.$modeName$]
| : cmpMeta.$lazyBundleIds$;
return import(
| /* webpackInclude: /.entry.js$/ /
| / webpackExclude: /.system.entry.js$/ */
After npm install, i ran “npm run start” i keep getting this error
user13917154 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.