You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: [email protected] node -v: v7.7.2 npm -v :4.1.2
Windows 10, powershell terminal in VSCode
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:
Environment
npm ls react-scripts
: [email protected]node -v
: v7.7.2npm -v
:4.1.2Windows 10, powershell terminal in VSCode
Shore youtube clip of the issue.
https://youtu.be/1zCGofBZy-I
The text was updated successfully, but these errors were encountered: