ZachJW34 / nx-plus

Collection of Nx Community Plugins
MIT License
302 stars 50 forks source link

Cannot find module 'nx/src/config/configuration' #261

Closed pravinfullstack closed 2 years ago

pravinfullstack commented 2 years ago

I am trying to generate vue app by running following command. nx g @nx-plus/vue:app vue-test But the cli crashes without completing the task.

image
ZachJW34 commented 2 years ago

Can you provide the version of nx and @nx-plus you are using?

pravinfullstack commented 2 years ago

@ZachJW34 I am following the documentation in ReadMe.

ZachJW34 commented 2 years ago

@power-cut can you paste your package.json so I can see the deps you have configured?

tassioFront commented 2 years ago

I got the same error. @ZachJW34, my package.json looks like:

"devDependencies": {

  "@nrwl/cli": "14.1.7",
    "@nrwl/cypress": "^14.0.0",
    "@nrwl/eslint-plugin-nx": "14.1.7",
    "@nrwl/jest": "^14.0.0",
    "@nrwl/js": "14.1.7",
    "@nrwl/linter": "^14.0.0",
    "@nrwl/workspace": "14.1.7",
    "@nx-plus/vue": "^14.0.0",
    "nx": "14.1.7",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.16.7",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@mdi/js": "^6.5.95",
"@sentry/webpack-plugin": "^1.14.1",
"@storybook/addon-actions": "^6.5.0",
"@storybook/addon-docs": "^6.5.0",
"@storybook/addon-essentials": "^6.5.0",
"@storybook/addon-links": "^6.5.0",
"@storybook/vue": "^6.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"@typescript-eslint/eslint-plugin": "~5.25.0",
"@typescript-eslint/parser": "~5.18.0",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~4.5.7",
"@vue/cli-plugin-pwa": "~4.5.11",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-typescript": "~4.4.6",
"@vue/cli-plugin-unit-jest": "~4.5.11",
"@vue/cli-plugin-vuex": "~5.0.4",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "1.3.0",
"axios": "^0.26.1",
"babel-loader": "^8.2.2",
"concurrently": "^7.1.0",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sonarjs": "^0.12.0",
"eslint-plugin-storybook": "^0.5.12",
"eslint-plugin-vue": "^7.20.0",
"flush-promises": "^1.0.2",
"github-markdown-css": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "27",
"jest-environment-jsdom": "27",
"jest-localstorage-mock": "^2.4.10",
"lint-prepush": "^2.1.0",
"lint-staged": "^12.4.1",
"node-sass": "^6.0.1",
"preload-webpack-plugin": "^3.0.0-beta.3",
"prettier": "^2.5.1",
"prettier-eslint": "^14.0.2",
"prettier-eslint-cli": "^5.0.0",
"pretty-quick": "^3.1.3",
"register-service-worker": "^1.7.2",
"rupture-sass": "^0.3.0",
"sass": "~1.32.12",
"sass-loader": "^10.1.1",
"sitemap-webpack-plugin": "^1.1.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^5.0.0",
"stylus": "^0.56.0",
"stylus-loader": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-node": "9.1.1",
"typescript": "~3.9.6",
"vue-cli-plugin-vuetify": "~2.4.0",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2"
}
ZachJW34 commented 2 years ago

Working on updating NX, should fix this issue: https://github.com/ZachJW34/nx-plus/pull/263

ZachJW34 commented 2 years ago

https://github.com/ZachJW34/nx-plus/releases/tag/v14.1.0 has been released!