Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix suggestion to "npm start -- --reset-cache"
As discussed in #11983. The double dash is necessary to pass through the argument to node. Based on the comments [here](#1924 (comment)), it looks like most people use the double dash; it's unclear whether it would do anything at all if the dashes were omitted. If anyone else has better insight, let me know! @hramos please review, thank you. This reverts commit f521e99.
- Loading branch information