Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Start hangs with Node 7.72 #1781

Closed
sheldonj opened this issue Mar 9, 2017 · 2 comments
Closed

NPM Start hangs with Node 7.72 #1781

sheldonj opened this issue Mar 9, 2017 · 2 comments

Comments

@sheldonj
Copy link

sheldonj commented Mar 9, 2017

Description

npm run start fails when using node version 7.72 (current but not stable version number) on windows.

Expected behavior

Executing the npm run start command in windows powershell should successful run the project.

Actual behavior

Node exits with the following error messsags:

(node:13564) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: "listener" argument must be a function
(node:13564) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code

Environment

npm ls react-scripts: react-scripts@0.9.4
node -v: v7.7.2
npm -v :4.1.2
Windows 10, powershell terminal in VSCode

Shore youtube clip of the issue.
https://youtu.be/1zCGofBZy-I

@gaearon
Copy link
Contributor

gaearon commented Mar 9, 2017

Yes, this is a duplicate of #1776.
Please downgrade Node to an earlier version until this is fixed.

@gaearon gaearon closed this as completed Mar 9, 2017
@gaearon
Copy link
Contributor

gaearon commented Mar 9, 2017

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants