You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to resolve @nxtend/firebase:init.
Cannot find generator 'init' in /Users/johnbailey/Development/project-name/node_modules/@nxtend/firebase/generators.json.
The text was updated successfully, but these errors were encountered:
init is not necessary. You can simply add the plugin to your dev dependencies and start using it. Let me know if you have issues, otherwise I'll close this issue in a few days.
Hi @devinshoemaker
any reason for the firebase package to depend on "@nrwl/devkit" "^12.0.0"
it means the package has not being maintained/updated for v13?
Thanks for you work on this one!
I might join with some simple PRs later on :)
Context
Package.json:devDependencies
notice that I am using Nxtend/Firebase version 12Command
$ nx generate @nxtend/firebase:init
Result (Error)
The text was updated successfully, but these errors were encountered: