Michael "Mike" Ferris

Results 50 comments of Michael "Mike" Ferris
trafficstars

I use ids as well in css module to ensure scoped hashed ids sometimes and the linter complains the "class" doesn't exist, but it's an id not a class

:+1: vitest is gaining more and more traction as a replacement of jest. We recently-ish had to switch away from jest because of performance issues and vitest was the easiest/simplest...

I became dependent on that feature using `CTRL` + `D` in sublime. Now I feel like I'm missing something when I go back to Visual Studio. I unfortunately don't know...

As explained in the Readme, this project is no longer maintained on Github and no longer published to npm. I don't know the reasons why, but moving forward you are...

Opened another issue on their tracker for future CVE alerting (not explicit of this particular CVE), but more a concern for the future for people switching from NPM to their...

I have the same issue with a different package. ```json // package.json { "name": "mui-repro", "version": "1.0.0", "main": "index.js", "license": "MIT", "packageManager": "[email protected]", "dependencies": { "@mui/icons-material": "^5.15.11" } } ```...

If it helps, running the link command manually gives this output ``` link 'C:\Users\mikef\AppData\Local\Yarn\Berry\index\e6\e6c07a0189cae2df31aeecea0e3e386449df7918.dat' 'C:\projects\repro\node_modules\.store\@mui-icons-material-virtual-81713531c3\package\Abc.d.ts' link: cannot create link 'C:\projects\mui-repro\node_modules\.store\@mui-icons-material-virtual-81713531c3\package\Abc.d.ts' to 'C:\Users\mikef\AppData\Local\Yarn\Berry\index\e6\e6c07a0189cae2df31aeecea0e3e386449df7918.dat': Too many links ```

It looks like the build cannor find cmake. Have you installed it? If yes can you verify it is available from your path.

Humm this is a weird error. Can you list the commands you used? I will try to look into this more tomorrow.

- You do not need to run as administrator - you shouldn't work in system32, you should cd to a different folder - did you copy the files using git...