-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Building aws-amplify from a fresh checkout fails due #261
Comments
@buggy it looks like the version you are building is very old:
the latest is 0.2.4. Also, for local build you would need to use yarn workspaces if you wanted to build everything, see here: https://github.com/aws/aws-amplify/wiki/Local-Development Or if you just want to build the aws-amplify package, you would just need to be sure you are using the correct |
@buggy saw your pr, thank you! will get that reviewed this week. |
After updating this doesn't seem to be a problem now. I'll close the PR too. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
When attempting to build aws-amplify from a fresh checkout it fails.
There's an issue DefinitelyTyped/DefinitelyTyped#23375 for it saying you need to use Typescript < 2.7.0
The text was updated successfully, but these errors were encountered: