amplify-next-template
amplify-next-template copied to clipboard
fix: prebuild @parcel added
Issue #, if available:
Error during Amplify build: Error(No prebuild or local build of @parcel/watcher found. Tried ${name}. Please ensure it is installed (don't use --no-optional when installing with npm)`
@parcel/watcher needs a prebuild step, possibly due to the use of --no-optional.
Description of changes:
Added a prebuild execution for installing @parcel/watcher. Added to package.json to ensure the packages are correctly updated. Execution of prebuild within amplify.yml
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.