I imported this in index.js
import "@appwrite.io/pink-icons";
everything works fine, but the terminal shows this failed warning
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'C:\Users\mitsy\Desktop\Appwrite\node_modules\node_modules\the-new-css-reset\css\reset.css' file: Error: ENOENT: no such file or directory, open 'C:\Users\mitsy\Desktop\Appwrite\node_modules\node_modules\the-new-css-reset\css\reset.css'```
cc @Thomas G. Lopes
Hi! Can you give me more info on the React project? Is it React with Vite, is it using Next, etc? Also, what package manager are you using, npm or something else?
I've used create-react-app
npm
Alright, I'll try and reproduce on my end to figure out what's going on. Thanks!
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...