Jonathan Cammisuli

Results 79 comments of Jonathan Cammisuli

@tFaster where is this happening for you? Local dev machine? (macOS, Linux, Windows?). If locally do you have Nx Console installed? Or was this happening CI? Can you give me...

I'm hoping that this can be fixed soon. Otherwise I'm gonna have to use a patched version, which is quite inconvenient ☹

I just came across this issue while implementing something for Nx. @Brooooooklyn can we get the linked PR from @richerfu reviewed?

@apedroferreira this is a weird issue indeed. I tried running this branch in a Github Codespace, and things look like they're running fine there. I cant reproduce your issue locally...

Weird. Your path is missing a few entries. pnpm should have added `node_module/.bin` paths from the cwd all the way to the root package.json. You can see it in the...

its fine to have multiple paths, i havent seen that cause issues before. The issue I'm seeing with yours is that pnpm doesnt populate the path with `/Users/pedroferreira/Documents/Projects/pnpm-monorepo/packages/node_modules/.bin` or `/Users/pedroferreira/Documents/Projects/pnpm-monorepo/node_modules/.bin`....

Hey all, can you try using this version and see if the issue still persists? `[email protected]` Also, can you run the nx commands with this set `NX_NATIVE_LOGGING=nx`. There will be...

> My dependencies are ... "@nx/angular": "19.8.6", "@nx/cypress": "19.8.6", "@nx/esbuild": "19.8.6", "@nx/eslint": "19.8.6", "@nx/eslint-plugin": "19.8.6", "@nx/express": "19.8.6", "@nx/jest": "19.8.6", "@nx/js": "19.8.6", "@nx/node": "19.8.6", "@nx/workspace": "19.8.6", ... which would I have...

> > Also, can you run the nx commands with this set `NX_NATIVE_LOGGING=nx`. There will be a bunch of logs when running any nx commands, so try saving the output...