Jesús Loera
Results
1
comments of
Jesús Loera
I ran into the same issue. And I fixed it using npm overrides feature. https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides ```json { ... "overrides": { "shell-quote": "1.7.4" } } ``` This will force react-scripts and...