examples icon indicating copy to clipboard operation
examples copied to clipboard

Nuxt serverless example is watching entire system

Open clanstyles opened this issue 3 years ago • 1 comments

The nuxtjs example, when you run npm run dev it's failing because EMFILE: too many open files, watch - it's monitoring the whole home directory. I've tried to add into nuxt's config file:

nuxt.config.js

build: {
  watch: ['client/']
}

But this also isn't helping.

clanstyles avatar Oct 19 '20 01:10 clanstyles

+1

Brandutchmen avatar Mar 04 '21 20:03 Brandutchmen