Skip to content

create-nx-workspace issues with "--cli=nx" argument #10241

@e-oz

Description

@e-oz

run:

npx create-nx-workspace@latest new-workspace --preset=angular --allPrompts=true --appName=example --cli=nx --name=new-workspace --nxCloud=true --packageManager=yarn

issues:

  • will create README.md for React-based apps
  • will not add "packageManager" value to nx.json
  • will not create angular.json
  • will not create decorate-angular-cli.js (and related code to "postinstall")
  • will not add angularCompilerOptions to tsconfig.base.json

Issue happens because of "--cli=nx". It would explain issues #3 and #4, but not others

Environment

create-nx-workspace v14.1.4, Node v18.1.0, npm v8.9.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions