mitsy0_0Original post
Rank 2: Process
I imported this in index.js
Plain text
import "@appwrite.io/pink-icons";everything works fine, but the terminal shows this failed warning
Plain text
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'```Summary
The user is reporting a "pink design error" in their React app. They imported "@appwrite.io/pink" and "@appwrite.io/pink-icons" in index.js and everything seems to be working fine, but they are getting a warning in the terminal about a failed source map. They provided the warning message.
Solution: The error seems to be related to a missing file in the package "@appwrite.io/pink". It is looking for a file called "reset.css" that cannot be found. The solution is to make sure the necessary files and dependencies are correctly installed and accessible in the project directory.