Jonas Thelemann
Jonas Thelemann
@Rigo-m was there a blocker to your plan to produce a PoC? Can we help in any way?
I get the following error message trying this branch on bridge: ``` FATAL Cannot find module '/..../node_modules/@nuxtjs/html-validator/dist/runtime/validator' imported from /..../node_modules/@nuxtjs/html-validator/dist/module.mjs at new NodeError (node:internal/errors:387:5) at finalizeResolution (node:internal/modules/esm/resolve:404:11) at moduleResolve (node:internal/modules/esm/resolve:965:10)...
Alternatively limit YamlDotNet to 4.1.0 as in #6. I'm not sure if `portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1` is the correct new path.
Tried using v4 to solve the error, but v4 yields a ``` [nuxt] [request error] [unhandled] [500] No "exports" main defined in /mnt/data/WorkingDirectory/Git/maevsi/maevsi/nuxt/.output/server/node_modules/chart.js/package.json at new NodeError (node:internal/errors:387:5) at throwExportsNotFound (node:internal/modules/esm/resolve:439:9)...
Interesting. Indeed it was a `vue-chartjs` issue for me. I've raised a PR to fix it: https://github.com/apertureless/vue-chartjs/pull/934
Well, `vue-chartjs` also needs to wait for `chart.js` 4 to use the `exports` syntax. Looking forward to v4! :)
Maybe describe the actual issue you're facing, that way people know that the issue is about.
Is there a ticket or description on what this change improves? I'm interested! :nerd_face:
Dedupe command of what? Duplicate versions of what? Shall I reinstall `node_modules` or recreate the lockfile?
Thank you for your suggestions and looking into the code! Sadly, `pnpm-deduplicate` reports no duplicates and adding the generic just moves eslint's red squiggly line from `(cacheConfig)` to ``. Any...