William Saar

Results 4 comments of William Saar

@ColdSiemens Was looking for something like this. Great solution dude, thanks for sharing!

@jcham I also got this error. Solved it by installing the @primevue/forms lib too, ```npm install @primevue/forms``` Temporary solution, but feels like the should add it as a dependency of...

I am using npm and doing the equivalent thing that @develth and @n-rowe suggested did not remove the error. **package.json:** ``` "overrides": { "sharp": "0.34.4", "css-tree": "2.2.1" }, ``` **nuxt.config.ts:**...

@develth Yup. Still getting errors such as this for SVGs: ``` { "error": { "message": "[500] [IPX_ERROR] Cannot find module '../data/patch.json'\nRequire stack:\n- /home/nuxt/.output/server/node_modules/css-tree/lib/data-patch.js" } } ```