tslint Error Cannot find module './test/parse'

Developer from somewhere

Problem: Received this error: Error: Cannot find module ‘./test/parse’

Solution:

  • it was caused by me having a .yarnclean
  • remove it, delete node_modules, run yarn again