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 deploy firebase project #153

Closed pikilon closed 9 months ago

pikilon commented 9 months ago

If I run firebase deploy it works perfectly fine

If I run npx nx deploy fire-config

I have the following error

> nx run fire-config:firebase deploy
fs.js:42
} = primordials;
    ^
ReferenceError: primordials is not defined
    at fs.js:42:5

I also have problems with getConfig because of the runtime file.

pikilon commented 9 months ago

If I run firebase deploy it works perfectly fine

If I run npx nx deploy fire-config

I have the following error

> nx run fire-config:firebase deploy
fs.js:42
} = primordials;
    ^
ReferenceError: primordials is not defined
    at fs.js:42:5

I also have problems with getConfig because of the runtime file.

I found the problem: I had an old version of firebase-tools installed and was failing because of that.