You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.