Looks like there're still Collecticons references related to the build, in your PR, that break yarn serveing, albeit yarn build does work now:
yarn run v1.3.2
$ DS_ENV=development gulp collecticons && gulp serve
[14:19:34] Using gulpfile ~/devseed/risk/historic-risk-explorer/gulpfile.js
[14:19:34] Task 'collecticons' is not in your gulpfile
[14:19:34] Please check the documentation for proper gulpfile formatting
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Looks like there're still Collecticons references related to the build, in your PR, that break
yarn serve
ing, albeityarn build
does work now:Persistent across a
rm -rf node_modules && yarn