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
Create React App (CRA) is a widely used/known/popular JavaScript project; They are currently considering refactoring the tool to align closer w/ npmv7 Workspaces.
Problem Statement
Create React App (CRA) is a widely used/known/popular JavaScript project; They are currently considering refactoring the tool to align closer w/
npm
v7
Workspaces.Features
npm
Workspaces in the development of v5 Use npm v7 with workspaces for local development and testing facebook/create-react-app#11304Contribute to the refactoring of the codebase into TypeScriptuse-npm
as a flag in the CLI (adopt a style of respecting the package manager in use - ex.npm exec ...
vsyarn dlx ...
) Use env var to detect yarn or npm as the package manager facebook/create-react-app#11322Exit Criteria
The text was updated successfully, but these errors were encountered: