You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when trying to use it in nextjs with postcss:
Require stack:
- C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\node_modules\.pnpm\@[email protected]\node_modules\@downwindcss\easings\dist\easings.cjs.development.js
- C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\node_modules\.pnpm\@[email protected]\node_modules\@downwindcss\easings\dist\index.js
- C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\tailwind.config.cjs
- C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\node_modules\.pnpm\[email protected][email protected]\node_modules\tailwind-config-viewer\cli\index.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\node_modules\.pnpm\@[email protected]\node_modules\@downwindcss\easings\dist\easings.cjs.development.js:3:22)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)```
The text was updated successfully, but these errors were encountered:
Thank you for the quick reply! I don't know if it's that, but it could be, I used the Create T3 APP scaffold for creating the project, it has type safety as a priority, but I didn't find TSDX in the package.json, is there anything I can do about it?
I got this error when trying to use it in nextjs with postcss:
The text was updated successfully, but these errors were encountered: