You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tailwindcss with Hugo, and @parcel/watcher is a dependancy. The system is FreeBSD 14.2 on an ARM processor.
I see FreeBSD is supported fine, but I don't see ARM support. Is this the case, or have I just missed something? Is watcher compilable locally at install time (I couldn't seem to find a way to do that — but that might be just a lack of looking).
Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watcher-freebsd-arm64. 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 https://github.com/parcel-bundler/watcher.
Happy to be pointed in the right direction if I'm missing something. If it's not currently supported, I'm happy to help remedy that.
Thanks :)
The text was updated successfully, but these errors were encountered:
The same issue with Mac on M1 with @parcel/watcher-darwin-arm64. When I tried to install @parcel/watcher-darwin-arm64 - Unsupported platform for @parcel/[email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"darwin","arch":"x64"})
The same issue with Mac on M1 with @parcel/watcher-darwin-arm64. When I tried to install @parcel/watcher-darwin-arm64 - Unsupported platform for @parcel/[email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"darwin","arch":"x64"})
Hmm, strange. It's OK on my M1 Max MacBook.
The lack of FreeBSD on Arm just looks like it's not in the build.
Hello,
I'm using tailwindcss with Hugo, and @parcel/watcher is a dependancy. The system is FreeBSD 14.2 on an ARM processor.
I see FreeBSD is supported fine, but I don't see ARM support. Is this the case, or have I just missed something? Is watcher compilable locally at install time (I couldn't seem to find a way to do that — but that might be just a lack of looking).
Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watcher-freebsd-arm64. 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 https://github.com/parcel-bundler/watcher.
Happy to be pointed in the right direction if I'm missing something. If it's not currently supported, I'm happy to help remedy that.
Thanks :)
The text was updated successfully, but these errors were encountered: