Cannot find angular/tsc-wrapped while doing an ionic serve?

an Other or Better Solution is to disable the package-lock file

Here is a short Manual:

  1. create a file on the Project Root called
    .npmrc
  2. put the following code inside the File:
    package-lock=false
  3. delete the package-lock.json File
  4. run
    npm cache clear --force
  5. run
    npm install
1 Like