Skip to content

Instantly share code, notes, and snippets.

@atabel
Created June 1, 2020 15:14
Show Gist options
  • Save atabel/8526a441f1adea092e4a94ffb30bae77 to your computer and use it in GitHub Desktop.
Save atabel/8526a441f1adea092e4a94ffb30bae77 to your computer and use it in GitHub Desktop.
flow-typed missing modules
yarn flow check | grep "Cannot resolve module" | sort | uniq | sed s/Cannot\ resolve\ module//g | sed 's/[\`|\.]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment