downwindcss/easings

Doesn't compile

YgorPerez opened this issue · 2 comments

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\@downwindcss+easings@1.0.4\node_modules\@downwindcss\easings\dist\easings.cjs.development.js
- C:\Users\azaz2\OneDrive\Documentos\github\spotify-api-challenge\node_modules\.pnpm\@downwindcss+easings@1.0.4\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\tailwind-config-viewer@1.7.2_tailwindcss@3.2.6\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\@downwindcss+easings@1.0.4\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)```

Seems like TSDX used for the project is not being update, and having massive trouble.

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?