Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase:init error #588

Open
johntimothybailey opened this issue Jan 9, 2022 · 2 comments
Open

Firebase:init error #588

johntimothybailey opened this issue Jan 9, 2022 · 2 comments

Comments

@johntimothybailey
Copy link

Context

Package.json:devDependencies notice that I am using Nxtend/Firebase version 12

"devDependencies": {
    "@nrwl/cli": "13.4.3",
    "@nrwl/cypress": "^13.4.3",
    "@nrwl/jest": "^13.4.3",
    "@nrwl/js": "13.4.3",
    "@nrwl/linter": "^13.4.3",
    "@nrwl/nx-cloud": "latest",
    "@nrwl/tao": "13.4.3",
    "@nrwl/workspace": "13.4.3",
    "@nx-plus/vue": "^12.2.0",
    "@nxtend/firebase": "12.1.0",
    "@types/node": "14.14.33",
    "prettier": "^2.3.1",
    "typescript": "~4.4.3"
  }

Command

$ nx generate @nxtend/firebase:init

Result (Error)

Unable to resolve @nxtend/firebase:init.
Cannot find generator 'init' in /Users/johnbailey/Development/project-name/node_modules/@nxtend/firebase/generators.json.
@devinshoemaker
Copy link
Collaborator

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.

@matheo
Copy link

matheo commented Apr 29, 2022

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants