This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 484
Cannot run npm start #107
Comments
Hello, I had the same issue.
|
@tthdvd You can fix it using yarn instead of npm i.e. use yarn install followed by yarn start. Actually npm start uses typescript 3.3.333 which breaks the older version of react-redux. |
yarn install solved the problem |
The problem is solved so I close here. However about the problem with npm I will update with version 0.7.0 #109 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When i try to run npm start failed to compile. I completed the installation steps using npm not yarn regarding to: https://medium.com/red-gold/create-social-network-by-react-js-fe60010a32e6
To Reproduce
Steps to reproduce the behavior:
Additional context
The error:
The text was updated successfully, but these errors were encountered: