cannot find module '@core' or its corresponding type declarations code example
Example 1: Cannot find module '@angular/core' or its corresponding type declarations
npm cache clean --force
>npm i @angular/core -s
Example 2: Cannot find module 'tns-core-modules/platform' or its corresponding type declarations
import { YourImport } from '@nativescript/core'