Closed
Description
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
Troubleshoting section npm test hangs on macOS Sierra
didn't help me.
Environment
-
node -v
: v9.8.0 -
npm -v
: 5.6.0 -
yarn --version
(if you use Yarn): 1.5.1 -
npm ls react-scripts
(if you haven’t ejected): react-scripts@1.1.1 -
Operating system: macOS Sierra 10.13.3
-
Browser and version (if relevant): Google Chrome 64.0.3282.186
Steps to Reproduce
- npx create-react-app demo
- cd ./demo
- yarn
- yarn test (...and all works fine)
- yarn add antd
- yarn test (...and there is an error)
Expected Behavior
All must work fine. Because it's nonscence when installing some library have influence to environment.
Actual Behavior
Got an error:
Metadata
Metadata
Assignees
Labels
No labels