pascalmann

Results 10 comments of pascalmann

Not work for me. grapql was added to devDependencies (so no installed in my repo), but is still imported (lazily), even if I not use it.

Same problem for me. Some libs disappear from the project graph, so the dependency-check can't find them (and other tasks too). And Nx reset doesn't solve the problem. Curiously it...

I've the problem on Ubuntu 20. It seems ok with @19.4.0. Maybe resolved with https://github.com/nrwl/nx/pull/27338 ?

~I no longer have the problem with this version `"nx": "19.6.2"`~. The problem was elsewhere: - I had a .gitignore in the parent folder of my nx repo that affected...

See https://github.com/nrwl/nx/issues/27368.

Same problem for me (Ubuntu 20). Some libs disappear from the project graph. Nx reset doesn't solve the problem. - If I save the project.json file of a lib -...

@jaysoo ~I no longer have the problem with this version `"nx": "19.6.2"`~. My problem was elsewhere. See below.

I resolve my problem: - I had a .gitignore in the parent folder of my nx repo that affected the native glob method that is used by nx to retriev...

`.nxignore` is not a solution. Nx should't consider files outside of his workspace.