#Stuck with a very BS invisible issue in nextjs and idk what to do about this.

3 messages · Page 1 of 1 (latest)

blazing lantern
#
Import trace for requested module:
./src/app/globals.css
 ⨯ ./src/app/globals.css:4:0
Module not found: Can't resolve './${data}'

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./src/app/globals.css

I get this error on Yarn dev, on a nextjs project i initiated yesterday. With tailwind CSS. Everything worked till today afternoon, when I get this error.

Fun fact, the line number 4 on globals.css is an empty line 😄

So yeah just wtf am i supposed to do here?

astral mothBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

blazing lantern
#
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

Initial few lines of globals.css