Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #960
Closed
Open
Issue created Oct 25, 2016 by Administrator@rootContributor

npm test hangs for newly generated app

Created by: stephencelis

Can you reproduce the problem with latest npm?

Yes.

Description

A newly generated app hangs indefinitely on npm test.

Expected behavior

The App.test.js file test should run.

Actual behavior

The test process hangs.

Environment

Run these commands in the project folder and fill in their results:

  1. npm ls react-scripts (if you haven’t ejected): playground@0.1.0 /Users/stephen/Developer/playground └── react-scripts@0.7.0
  2. node -v: v6.9.1
  3. npm -v: 3.10.9

Then, specify:

  1. Operating system: macOS Sierra 10.12.1 (16B2555)
  2. Browser and version: n/a

Reproducible Demo

If need be I can attach a demo, though I assume I would need to recursively remove the .gitignores and commit the modules?

Steps to reproduce for me every time:

create-react-app playground
cd playground
npm test
Assignee
Assign to
Time tracking