Create-react-app: Documentation tells to install dev dependencies as dependencies

Created on 3 Jul 2017  路  1Comment  路  Source: facebook/create-react-app

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 with npm install --save instead of npm install --save-dev.

The change was made in this PR:
https://github.com/facebookincubator/create-react-app/pull/2660

Example:
screen shot 2017-07-03 at 11 53 05 am

>All comments

Was this page helpful?
0 / 5 - 0 ratings