# Problem with yarn watch

**URL:** https://discourse.roots.io/t/problem-with-yarn-watch/14226
**Category:** sage
**Tags:** sage9
**Created:** 2018-11-26T22:50:50Z
**Posts:** 4

## Post 1 by @the_lar — 2018-11-26T22:50:50Z

Hi,

I’m having some problems getting with a fresh installation of Sage 9 on my Mac. I recently updated to Mojave, not sure if that’s relevant!

Basically when I run `yarn start watch` I am getting:

```
ERROR Failed to compile with 1 errors 5:19:06 PM

This dependency was not found:

* fs in ./node_modules/watch/main.js

To install it, you can run: npm install --save fs
```

I have tried to run the dependency installation it metions, it does a bunch of stuff, but still I get the same error afterwards.

Does anyone have any clue??

Thaks

---

## Post 2 by @ben — 2018-11-26T23:12:52Z

> [@the_lar](#):
>
> Basically when I run `yarn start watch`

`yarn start watch` isn’t documented and is not how you want to start the development session

Do `yarn start`

---

## Post 3 by @the_lar — 2018-11-26T23:15:32Z

Thanks… no idea why I thought it was that then!

---

## Post 4 by @system — 2019-01-07T22:50:53Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
