quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
180 stars 65 forks source link

npm run test:watch generates this error on OSX `fsevents` unavailable (this watcher can only be used on Darwin) #38

Closed codenamezjames closed 2 years ago

codenamezjames commented 5 years ago

Software version

OS: OSX Mojave Node: 10.15.1 NPM: 6.4.1 Any other software related to your bug:

What did you get as the error?

fsevents unavailable (this watcher can only be used on Darwin)

What were you expecting?

for the npm script to watch the files

What steps did you take, to get the error?

once jest was installed i ran npm run test:watch and it threw the error

The fix was to run brew install watchman Per the recommendations of this issue https://github.com/expo/expo/issues/854

IlCallo commented 2 years ago

Closing due to old age, please drop a message if the problem persist in latest version of the AE