-
Notifications
You must be signed in to change notification settings - Fork 370
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
Install with yarn #52
Comments
Could you clean your files and try again after installing it with I don't have any problem after clean install (both |
@rokoroku when i install with 'yarn install' that it will make the error . But when i use 'npm install' that it will start correctly |
Since this repo is not integrated with yarn, if you want to use yarn, you must generate $ yarn import https://yarnpkg.com/blog/2018/06/04/yarn-import-package-lock/ |
I also used yarn it's working but for my case I use PS: I removed previous comment because I've got errors in logs even that the app started but those where after my modifications, so basic project work fine. I'm using Windows 7 with git bash. |
when i run start the boilerplate, it take an error:
ERROR in /Users/twer/Desktop/jay/react-redux-typescript-boilerplate/src/main.tsx
./main.tsx
[tsl] ERROR in /Users/twer/Desktop/jay/react-redux-typescript-boilerplate/src/main.tsx(14,3)
TS2345: Argument of type 'Element' is not assignable to parameter of type 'ReactElement[]'.
Property 'includes' is missing in type 'Element'.
ℹ 「wdm」: Failed to compile.
how to resolve it?
The text was updated successfully, but these errors were encountered: