-
On any OS but OSX you'll get spammed by the following message while packaging:
```
Serverless: [serverless-plugin-include-dependencies]: WARNING missing optional dependency: fsevents
Serverless: …
-
It seems there is a maximum of folders that can be watched. Anywhere from 500 paths, I see an `false` return from the call to `FSEventStreamStart`.
```
~/Desktop/parcel-test> node index.js
node:inte…
-
All versions after 0.14 are broken on macOS 10.6 (and by implication on 10.5 as well).
```
---> Building p5.28-mac-fsevents
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts…
-
D:\dev>npm i @tinkoff/invest-js --save
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin"} (current: {"os":"win32","arch":"x64"})
npm ERR! not…
-
# Environment:
- Node.js: `22.3.0`
- pnpm: `9.12.1`
- ESLint: `^9.13.0`
- `eslint-plugin-react`: `^7.37.2`
- `eslint-plugin-jsx-a11y`: `^6.10.1`
- `@pandacss/eslint-plugin`: `^0.2.0`
# Desc…
-
Depends on fsevents which only works on Macs :(
-
Currently latest version of node can't find `fsevents` binary.
More details on Slack: https://coxauto.slack.com/archives/C4C5MKVQ9/p1552942215128600
-
## Issue description
```
[INFO] 00:58:15 Restarting: /Users/maxpain/dev/ts-node-dev-bug/src/index.ts has been modified
Compilation error in /Users/maxpain/dev/ts-node-dev-bug/src/index.ts
[DEBUG…
-
Ahoy. It's been mentioned in a few places (most recently https://github.com/rollup/rollup/issues/2988) that one of the primary benefits of chokidar over cheap-watch is `fsevents` support, which is nat…
-
Requested by @robfig at https://github.com/howeyc/fsnotify/issues/54 in order to watch large trees.
To be implemented as a stand-alone repository for experimentation (#23) before determining how to i…