kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Can't find build scripts #138

Closed abelmark closed 6 years ago

abelmark commented 6 years ago

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

  1. node -v: v9.11.1
  2. npm -v: 4.0.5
  3. yarn --version (if you use Yarn): 1.5.1
  4. npm ls react-scripts (if you haven’t ejected): hiremev3@1.0.0 /Users/markabel/code/projects/hiremev3 └── (empty)

Then, specify:

  1. Operating system: MacOS High Sierra 10.13.4
  2. Browser and version (if relevant): Chrome Version 65.0.3325.181

Steps to Reproduce

(Write your steps here:)

  1. I go into the react app folder and run npm run build
  2. It says the script doesn't exist

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Please add screenshots!)

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)