Skip to content

Some issue with importing types Node 20

I have Capacitor 7 mobile app

libphonenumber-js@1.12.13

And error is next

Error: node_modules/libphonenumber-js/min/metadata/metadata.min.json.d.ts:1:30 - error TS2307: Cannot find module './types.d.js' or its corresponding type declarations.

1 import { MetadataJson } from './types.d.js';
                               ~~~~~~~~~~~~~~



[ERROR] An error occurred while running subprocess ng.

Manually editing metadata.min.json.d.ts to this

import { MetadataJson } from '../../types.d.js';

Fixing issue