Jimmy Wang

Results 5 comments of Jimmy Wang

The feature also is important for monorepo. In my team, we use a monorepo repo, but we use the submodule to split some sensitive some code for security. On the...

Setting the rootDir with `.` works, but I find another way to resolve it. Add the below config in nx.json ```json { "pluginsConfig": { "@nrwl/js": { "analyzeSourceFiles": true } }...

The indexing throw error when I checkout branch. In my case, I checkout branch from a fix branch to master branch, the indexing throw error: ``` Error: SQLITE_CONSTRAINT: UNIQUE constraint...

> @nnsay does it only happen on switching git branches, is there a clear correlation? Switching branch is a way to reproduce the issue. I think there is a bug...