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
run:
issues:
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