Jason Jean

Results 63 comments of Jason Jean

This is due to how `npm` works. ```json scripts: { "publish": "npm publish" } ``` The `publish` script in `package.json` is a lifecycle for `npm publish`. Nx will run `nx...

Hi everyone, Sorry, I think there was some confusion with how the Angular CLI handles this behavior. It should be possible to support this behavior but as @vsavkin mentioned [here](https://github.com/nrwl/nx/issues/4296#issuecomment-746396881),...

Hi all, So I attempted to [implement the behavior](https://github.com/nrwl/nx/pull/4889) and thought about the problem some more. We also have plans to [improve the way workspaces are configured](https://github.com/nrwl/nx/discussions/4645) which is being...

Just to confirm, do you all happen to have `implicitDependencies: "*"` anywhere? :eyes: I suspect this could be the reason you are seeing this error.

I updated the error messaging here. The error above was being thrown while validating workspace configuration when there were `implicitDependencies` which were not an array of strings. So it will...

@creadicted What is the command you used to install your npm dependencies? And can you check if `node_modules/@nx` contains `nx-linux-x64-gnu` on the Github Actions agent?

I see this resolved in the latest Nx. Can you please retry with the latest version? In fact, I also see it resolved in `13.8.3`. :thinking: If you do not...

Hi, sorry about this. This was mislabeled as stale. We are testing ways to mark _not reproducible_ issues as stale so that we can focus on actionable items but our...