Search code examples
ionic4capacitor

Cannot find module '@capacitor/core'.ts(2307)


When I integrate Capacitor for the first time in ionic framework.

Error comes on this line:

import { Plugins } from '@capacitor/core';

Cannot find module '@capacitor/core'.ts(2307)


Solution

  • The quick solution found here

    $ npm install --save @capacitor/core @capacitor/cli