Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Iterate through npm cache dependencies
* When running npm v6, npm will give an error if you give multiple dependencies to the `npm cache add` command. Instead of adding all dependencies in one line, we can iterate through the list of dependencies and add them one by one in an async operation.
- Loading branch information