Céss White
Céss White
I have the same issue, when my proyect is deployed by netlify, doesnt generate the icons correctly. And if I change manually the icons for devices, PWA support doesnt work...
Oh no, I have the same issue, but this happens when I deploy to Netlify and `nuxt generate` runs _package.json_ ``` "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/google-analytics": "^2.4.0", "nuxt": "^2.13.2" },...
@hanjonglee I switched to `yarn` to test and when I run `yarn build` on local it generates the `.nuxt` folder without problems, however when deployed to netlify, I got this...
> Seems like maybe a node 12.x issue with netlify? Can you try and set the node version to at least 14.x https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript Thank you!
Agree with this solution in Nuxt 3 `"@vueuse/motion": "^2.0.0-beta.18"` 👍
Hi, I have the same problem **NodeJS version:** 16.13.1 **Error images** **Files** _package.json_ ``` { "name": "react", "version": "0.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite...
and for react types?
Agree, UnoCSS is better to handle
Hi, I found the solution for this error. Just turn off TS and use JS. Here is my config: _tsconfig.json_ ``` "compilerOptions": { "allowJs": true } ``` Create a SFC...
You can use the item slot to handle individual items, based on the current row. https://hc200ok.github.io/vue3-easy-data-table-doc/features/item-slot.html