simondotm / nx-firebase

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

Fix dependencies #122

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

Dogfooding the new v2.0.0-beta.0 version, there are dependency issues:

  1. Still referencing some @nrwl/* packages instead of @nx/*
  2. Somehow, Typescript 5 is getting installed when running the init generator, which breaks Angular 15 apps
simondotm commented 1 year ago

The Typescript issue is caused by a bug in Nx (issue 17344), which is now fixed in 16.4.0, so will have to update to that version to make it go away. https://github.com/nrwl/nx/releases/tag/16.4.0