Closed Gamewalker closed 1 year ago
It's possible we were in the midsts of publishing. Can you try again please?
Tried a few more times and this time with 15.8.1 and it still doesn't work, but this time a different dependency error:
added 897 packages, and audited 898 packages in 13s
92 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> NX Generating @nrwl/workspace:preset
up to date, audited 86 packages in 490ms
18 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
up to date, audited 86 packages in 453ms
18 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
up to date, audited 86 packages in 513ms
18 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> NX Cannot find module '@angular-devkit/core'
Require stack:
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\src\adapter\ngcli-adapter.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\@nrwl\devkit\ngcli-adapter.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\@nrwl\angular\src\generators\application\application.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\@nrwl\angular\generators.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\@nrwl\workspace\src\generators\preset\preset.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\src\config\workspaces.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\src\config\configuration.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\src\command-line\generate.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\src\command-line\nx-commands.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\bin\init-local.js
- E:\_DEV\projekte\C4Eye\test2\node_modules\nx\bin\nx.js
Pass --verbose to see the stacktrace.
> NX Workspace creation failed, see above.
Pass --verbose to see the stacktrace.
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
How did you solve this issue? I have the same now with nx 15.8.5
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
Creating a new Angular standalone app no longer works with version 15.8.0.
npm ERR! notarget No matching version found for @nrwl/webpack@^15.8.0.
Expected Behavior
The npx create-nx-workspace@latest command should be able to create a new project without errors
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace@latest
√ Choose what to create · angular √ Application name · test √ Default stylesheet format · scss √ Enable distributed caching to make your CI faster · No
Nx Report
Failure Logs
Additional Information
No response