Joaquín Sánchez
Joaquín Sánchez
@harlan-zw @TechAkayy I'm starting to get tired of maintaining the nuxt module for vuetify, it doesn't work at all as expected, I'm going to leave it until vuetify is more...
@harlan-zw finally moved to vuetifyjs https://github.com/vuetifyjs/nuxt-module and new docs here https://nuxt.vuetifyjs.com/
@harlan-zw can you update readme links to the new module (now on vuetifyjs org. repo, readme using my github account) and release a patch version to update npm registry readme...
I Will try to use custom plugins to avoid cache hi entries and make it working when offline and missing from cache
https://excalidraw.com/
@motss maybe we can include `lit-ntml` in `pnpm.neverBuiltDependencies` in `app-datepicker`: https://pnpm.io/es/package_json#pnpmneverbuiltdependencies https://twitter.com/_brc_dd/status/1750129429685403853
I need to rename`postinstall` scripts in `.pnpm` folder for `lit-html` and `nodemod` to `xpostinstall`
I run `pnpm install --frozen-lockfile` from root folder. EDIT: you should add `"packageManager": "[email protected]"` to your package.json
I'm going to fix package exports, this package should have package exports properly configured, it has some missing node10 types for some subpackages, check for example lit here https://arethetypeswrong.github.io/?p=lit%403.1.1 You...
It is still being used, it it about `compilerOptions.moduleResolution` in `tsconfig.json` file (legacy): ```json "moduleResolution": "node", // or node10 ``` 