When the codemod portion of the instafork script is ran, the *.js and **/*.js argument list can be too long. It's a silent error π
Here is the actual command being executed:
/Users/dawsonbotsford/cli/instafork/node_modules/.bin/jscodeshift -t /Users/dawsonbotsford/cli/instafork/node_modules/uber-codemods/src/replace-require-absolute-path.js *.js **/*.js --toReplace="@uber/react-button" --replaceWith="/Users/dawsonbotsford/code/uberjs/src/@uber/react-button/dist/index.js"
zsh: argument list too long: /Users/dawsonbotsford/cli/instafork/node_modules/.bin/jscodeshift