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

[bug]: error when running npx add-angular-to-qwik@latest #5

Open
eduardoRoth opened this issue May 10, 2024 · 0 comments · May be fixed by #6
Open

[bug]: error when running npx add-angular-to-qwik@latest #5

eduardoRoth opened this issue May 10, 2024 · 0 comments · May be fixed by #6

Comments

@eduardoRoth
Copy link

When following the README steps:

npm create qwik@latest
cd to-my-app
npx add-angular-to-qwik@latest

An error is thrown because of a missing package:

 NX   Cannot find module '@nx/devkit'

Require stack:
- /Users/eduardoroth/webapps/qwik-app/node_modules/qwik-nx/src/utils/ensure-nx-dependencies.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/qwik-nx/src/generators/integrations/angular-in-app/generator.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/config/schema-utils.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/command-line/run/executor-utils.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/devkit-internals.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/utils/assert-workspace-validity.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/project-graph/build-project-graph.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/project-graph/project-graph.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/project-graph/file-utils.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/utils/package-manager.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/utils/child-process.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/command-line/migrate/command-object.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/src/command-line/nx-commands.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/bin/init-local.js
- /Users/eduardoroth/webapps/qwik-app/node_modules/nx/bin/nx.js
Pass --verbose to see the stacktrace.


 >  NX   Failed to add angular to your repo
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

Successfully merging a pull request may close this issue.

1 participant