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
I would like to know why the docs points to install dev dependencies as dependencies.
For example, it tells to install gh-pages, source-map-explorer, enzyme, react-test-renderer, jest-enzyme with npm install --save instead of npm install --save-dev.
Is this a bug report?
No.
I would like to know why the docs points to install dev dependencies as dependencies.
For example, it tells to install
gh-pages
,source-map-explorer
,enzyme
,react-test-renderer
,jest-enzyme
withnpm install --save
instead ofnpm install --save-dev
.The change was made in this PR:
#2660
Example:
The text was updated successfully, but these errors were encountered: