Daniel Roe

Results 2592 comments of Daniel Roe

@DipakHalkude no, I don't believe this is ok to merge. I'd like to land it as a working feature.

I think we should aim for: - [ ] allow closing the error overlay - [ ] (maybe) remember the error open/closed state in `localStorage`? - [ ] allow moving...

I don't get an error when running your reproduction. does anyone else get it? and are you all using windows?

yes, a huge yes in terms of the feature! I'm deferring reviewing the PR until we move into 'feature-time' - we're currently working towards a last patch release

should be resolved in https://github.com/nuxt/nuxt/pull/32488 and https://github.com/nuxt/cli/pull/929

for me, on first run I get: ``` [16:23:05] ERROR [uncaughtException] ENOENT: no such file or directory, chmod '/private/tmp/github-qcconkvv/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected]__v_gsxv4g326waugu6yfixcyhs5hq/node_modules/vite-plugin-checker/dist/checkers/vueTsc/typescript-vue-tsc/lib/typescript.js' at async chmod (node:internal/fs/promises:1087:10) at async copyDir (node:internal/fs/cp/cp:321:19) at async mkDirAndCopy...

@antfu I also experienced it in the test fixture in the `nuxt/nuxt` monorepo (on [this PR](https://github.com/nuxt/nuxt/pull/33262)) and after it occurred, absolutely nothing helped. even fully deleting `node_modules/`, `.nuxt/`, etc. I...

@antfu FWIW, my laptop is still in this broken state and I have to add `devtools: false` to do any testing with the basic fixture (no matter what branch I'm...

it's worth saying that this isn't an issue with nuxt - it takes a _change_ somehow (maybe a crash?) which then causes the esbuild process to constantly crash.... in other...