parcel-bundler / watcher

👀 A native C++ Node module for querying and subscribing to filesystem events
MIT License
660 stars 44 forks source link

Error building parcel watcher on m1 #182

Open SashvDave opened 4 months ago

SashvDave commented 4 months ago

Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watcher-darwin-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. at Object. (/Users/sashvdave/Devon/electron/node_modules/@parcel/watcher/index.js:26:13) at Module._compile (node:internal/modules/cjs/loader:1373:14) at Module._extensions..js (node:internal/modules/cjs/loader:1432:10) at Module.load (node:internal/modules/cjs/loader:1215:32) at Module._load (node:internal/modules/cjs/loader:1031:12) at c._load (node:electron/js2c/node_init:2:17025) at Module.require (node:internal/modules/cjs/loader:1240:19) at require (node:internal/modules/helpers:179:18) at Object. (/Users/sashvdave/Devon/electron/.vite/build/main.js:28:17) at Module._compile (node:internal/modules/cjs/loader:1373:14) 2024-07-07 10:17:44.588 Electron[59663:2966073] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.

oscareng commented 3 months ago

have this same issue