rexkenley

Results 14 comments of rexkenley

I have the same exact issue. node 16.14.2 lint-staged 12.3.7 [2022-04-06T20:48:11.949Z] [STARTED] Preparing lint-staged... [SUCCESS] Preparing lint-staged... [STARTED] Running tasks for staged files... [STARTED] .lintstagedrc.json — 1 file [STARTED] *.{js,jsx}...

https://www.npmjs.com/package/@microsoft/load-themed-styles It's the repo listed for this library. ![image](https://user-images.githubusercontent.com/10548251/175179988-2a5314f1-e513-40a5-873d-129b6415ac2a.png) And I did ask the rollup plugin author https://github.com/wessberg/rollup-plugin-ts/issues/161

@dmichon-msft Hi David, I updated @fluentui but I am still getting the same error. Is there something I missed?

@dmichon-msft @iclanton I updated my packages to their latest versions and the errors are still there. ![image](https://user-images.githubusercontent.com/10548251/195891321-4e1a4363-a627-459d-8317-423e4f3bd192.png)

How do I check for the output? I know you can add areas into the vs code settings.json, but we .gitignore that file. Is there another way to store the...

I am not sure if this is the fix, but I deleted node_modules and package-lock.json and reran npm i. That took care of the weird text. ![image](https://github.com/nrwl/nx/assets/10548251/a3ec62df-79d7-43f4-bd46-9de023291d05)

Spoke too soon, some projects are still having the weird text issue. This project was generated with the @nx/react - library and @nx/storybook - configuration. ![image](https://github.com/nrwl/nx/assets/10548251/478745b2-b77f-4a4b-a3b3-88fcd5dbf740)

1 thing I noticed is that when I start getting the weird text, a "zombie" vscode is running in memory. Once I end that task, the weird text stopped. ![image](https://github.com/nrwl/nx/assets/10548251/4b810bfd-2d70-4df4-976b-be9492a2072f)

So far the definitive workaround for the weird text is 1.) Delete .nx/cache 2.) Clear any "zombie" vscode sessions in memory Things start working again I once I do these...