Not sure if we want to (or even can) support this use case, but this doesn't currently work:
- proj
- package.json # contains react-scripts
- node_modules
- react-scripts
- a
- package.json # does not contain react-scripts but has npm start
- src
- b
- package.json # does not contain react-scripts but has npm start
- src
Technically this is valid in npm, but CRA thinks it’s running in local development mode.
Not sure if we want to (or even can) support this use case, but this doesn't currently work:
Technically this is valid in npm, but CRA thinks it’s running in local development mode.