amplify-next-template icon indicating copy to clipboard operation
amplify-next-template copied to clipboard

fix: prebuild @parcel added

Open jacob-brown opened this issue 1 year ago • 0 comments

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.

jacob-brown avatar Sep 19 '24 12:09 jacob-brown