Closed
Description
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
node -v
:8.0.0
npm -v
:5.0.3
yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected):1.0.10
create-react-app --version
:1.3.3
Then, specify:
- Operating system: macOS Sierra
- Browser and version (if relevant):
Steps to Reproduce
nvm use 8
npm install --global create-react-app
create-react-app test-app
cd test-app
cat package.json
Expected Behavior
Package react-scripts
should appear in devDependencies
section
Actual Behavior
Package react-scripts
appears next to react-dom
in dependencies
section.
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Metadata
Metadata
Assignees
Labels
No labels