nxtend-team / nxtend

MIT License
190 stars 42 forks source link

Firebase:init error #588

Open johntimothybailey opened 2 years ago

johntimothybailey commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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