-
Couldn't load subscription status.
- Fork 13
Open
Labels
Description
I was trying to see if this would work in react-bootstrap against our downstream dependent react-router-bootstrap. I added react-router-bootstrap to the .dont-break file in the root of the react-bootstrap repo and ran ./node_modules/.bin/dont-break I get the following output and it has been hanging for an hour:
➜ react-bootstrap git:(dont-break) ✗ ./node_modules/.bin/dont-break
dont-break@0.3.0 - Checks if the current version of your package would break dependent projects
in folder /Users/smithm/dev/react-bootstrap
testing dependents [ 'react-router-bootstrap' ]
testing react-router-bootstrap
installing react-router-bootstrap
installed into /tmp/react-bootstrap@0.23.0-against-react-router-bootstrap
installing dev dependencies /tmp/react-bootstrap@0.23.0-against-react-router-bootstrap/lib/node_modules/react-router-bootstrap
NPM install in current folder
restoring current directory /Users/smithm/dev/react-bootstrap
npm test
Am I missing something?