Search code examples
angular6

Cannot find module 'angularx-flatpickr'


i am having the following error while running my angular app

Error during template compile of 'SharedModule' Could not resolve angularx-flatpickr relative to "my file path"(16,33): error TS2307: Cannot find module 'angularx-flatpickr'.


Solution

    1. Try by removing package-lock.json
    2. Re-install npm i angularx-flatpickr