Description
I have followed every instruction in creating a nicely forked react-scripts package and published it to npm as unicodeveloper-react-scripts. The url is https://github.com/unicodeveloper/create-react-app/tree/master/packages/react-scripts
..but every time i run create-react-app myapp --scripts-version unicodeveloper-react-scripts, It goes ahead to install all the modules and then get stuck at this point

Apparently, it installs all the modules and tries to look for a react-scripts module somewhere in the new bootstrapped app
Is there a particular config I am missing or is this a bug? I'll appreciate some help here, thanks @gaearon
Environments
I am running on node v 6.5.0 and npm v 3.10.3.
Using Mac Os Yosemite