-
Notifications
You must be signed in to change notification settings - Fork 76
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
Backend cannot be deployed with No prebuild or local build of @parcel/watcher found error. #1360
Comments
Hi @rnrnstar2, this is caused by this npm bug when using os-specific dependencies. The workaround mentioned in this comment is to delete your node_modules folder and package-lock.json file, then rerun |
I'm in a monorepo environment, so it's difficult to create package-lock.json. |
Hey @rnrnstar2, following up on this issue as still experiencing this issue? |
I'll close it for now as it looks like I'll have a little time until I can check it out. |
Environment information
Description
"@aws-amplify/backend": "^0.13.0-beta.15",
"@aws-amplify/backend-cli": "^0.12.0-beta.17",
I get an error when trying to generate a backend with the latest version.
The sandbox was created using this version, so if you downgrade due to code differences, another error will occur, so please fix the bug.
The text was updated successfully, but these errors were encountered: