James Stone
Results
2
comments of
James Stone
Usually this can be fixed by changing the package.json scripts use of `'` and replacing it with an escaped `"` aka `\"` For example line 10: ``` "clean": "rimraf '*.log'",...
Here is the difference from my limited testing via the cli which should be similar to a manual npm install. foundation new --framework sites --template zurb --directory test 167.51s user...