**Is your feature request related to a problem? Please describe.** Circle CI caching paths include a `*` glob. According to [the docs](https://circleci.com/docs/2.0/caching/#basic-example-of-dependency-caching), globbing is not allowed in the paths array. **Describe the solution you'd like** Each package node module directory should be manually added to the globs array. Please assign to me. PR incoming.