No prebuild or local build of @parcel/watcher found

Hi there,
I got the following error:
Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watc her-linux-x64-glibc. Please ensure it is installed (don’t use --no-optional when installing with npm). Otherwise it is possible we don’t support your platform yet. If this is the case, please report an issue to GitHub - parcel-bundler/watcher: 👀 A native C++ Node module for querying and subscribing to filesystem events.

No issues with local deployment.
flourishing-baklava-8bd52d.netlify.app.

Please suggest a fix.
Thank you for your help
Regatrds
Bo

Add @parcel/watcher-linux-x64-glibc as an optionalDependency to your package.json.

1 Like

Thank you @hrishikesh . I’ll try that.