Looks like usage of adopt-dev-deps topcoder-react-utils may require clarification in the readme.
I followed readme:
- Run
npm install --save topcoder-react-utils
- Run
adopt-dev-deps topcoder-react-utils and got an error -bash: adopt-dev-deps: command not found.
- So instead I run
node_modules/topcoder-react-utils/bin/adopt-dev-deps and it worked.