Jason Jean

Results 63 comments of Jason Jean

What is the issue that you are seeing? We do the same within Nx for `@nrwl/workspace/generators`: https://github.com/nrwl/nx/blob/master/packages/workspace/generators.ts

I believe the intent is for it to be `@ng-mf`. cc @Coly010

Could you please provide a repo with repro steps to get the error you are seeing? `prettier` should already be optional so this is a bug :sweat: Please help us...

Hi, let's keep discussing this in the issue while we design this properly. I'm going to close the PR for now until we settle on a design. We can reference...

Hi, It's awesome you're writing custom plugins for your organization! `nx list` is more of a way to discovery other plugins. You could also visit https://nx.dev/community#plugin-directory `nx report` will also...

Does running `nx reset` fix the issue?

We have tried to reproduce this but have not been able to. :disappointed: In https://github.com/nrwl/nx/issues/11247, the user was using the newer Windows Terminal but here I see people are using...

Ahah! I found your issue. First, I wouldn't recommend simply doing a `git clone` in a `gitignore'd` directory. Rather I would use [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Which achieves something pretty similar. We'll...

Could you please align the versions of `@nrwl/*` packages and see if the issue still presents itself?

I reproduced this issue here: https://github.com/FrozenPandaz/nx-examples/tree/repro11975