-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error starting Amplify Gen2 project #981
Comments
Hey @MKlaeui 👋 thanks for taking the time to file this! Upon further investigation this issue appears similar if not the same as parcel-bundler/watcher#156 From this comment there appears to be a workaround of overriding the dependency version resolved "overrides": {
"@parcel/watcher": "~2.1.0"
} |
That did the trick! Thanks much |
re-opening to track due to multiple occurrences in Cloud9 environments |
@MKlaeui 👋 I was able to reproduce it using As mentioned in parcel-bundler/watcher#156 (comment) , it only happens to As mentioned in parcel-bundler/watcher#156 (comment), it's bug of npm (npm/cli#2606). |
The fix is released |
Environment information
Description
I followed the online Next app instructions for installation of a Gen2 Amplify project; step one (npm create next-app@14) works fine but step 2 (npm create amplify@latest) fails with an error code 1. It appears to be while installing @parcel/watcher. I'm using a Chromebook. The last part of the log file follows:
The text was updated successfully, but these errors were encountered: