timofeysie / khipu

Electron PWA starter
MIT License
4 stars 1 forks source link

Cannot find module '@capacitor/core'. #11

Closed timofeysie closed 4 years ago

timofeysie commented 4 years ago

The solution: $ npm install @capacitor/core @capacitor/cli --save

The --save will ensure other devs wont have the same issue.