simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Can't build in watch mode or when emulators are running #169

Open Bullfrog1234 opened 8 months ago

Bullfrog1234 commented 8 months ago

Hi,

This is a quick question on why the build is not working as expected I am getting:

EBUSY: resource busy or locked, rmdir '......

When the emulators are running or when I call build watch

I am not sure why esbuild is not working any help would be appreciated.

simondotm commented 7 months ago

Hi @Bullfrog1234 , I've never seen this issue (I'm using MacOS) and cant think of an obvious reason why it could happen.

So a couple of questions for you:

  1. Are you running on Windows?
  2. Is your workspace in a Dropbox or OneDrive type cloud sync folder?
Bullfrog1234 commented 7 months ago

Hi @simondotm,

Sorry for the late reply, been snowed under.

I am running on windows and my workspace is on a harddrive not in any autoupload areas.