Guest User

Untitled

a guest
Nov 28th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. >>> yarn run v1.22.22
  2. $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress
  3. $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete
  4. 422 modules
  5. ERROR in ./resources/scripts/components/dashboard/ServerRow.tsx
  6. Module build failed (from ./node_modules/babel-loader/lib/index.js):
  7. MacroError: /var/www/pterodactyl/resources/scripts/components/dashboard/ServerRow.tsx:
  8. ✕ line-clamp-2 was not found
  9. Try one of these classes:
  10. bg-clip-padding / inline-flex / inline-grid
  11. outline-... / inline / inline-block
  12. at throwIf (/var/www/pterodactyl/node_modules/twin.macro/macro.js:22:9)
  13. at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7808:5
  14. at Array.reduce (<anonymous>)
  15. at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
  16. at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
  17. at Array.forEach (<anonymous>)
  18. at handleTwFunction (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7963:27) at twinMacro (/var/www/pterodactyl/node_modules/twin.macro/macro.js:8486:5)
  19. at macroWrapper (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:63:12)
  20. at applyMacros (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:230:14)
  21. at ImportDeclaration (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:114:28)
  22. at NodePath._call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:53:20)
  23. at NodePath.call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:40:17)
  24. at NodePath.visit (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:100:31)
  25. at TraversalContext.visitQueue (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:103:16)
  26. at TraversalContext.visitMultiple (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:72:17)
  27. at TraversalContext.visit (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:129:19)
  28. at traverseNode (/var/www/pterodactyl/node_modules/@babel/traverse/lib/traverse-node.js:24:17)
  29. at traverse (/var/www/pterodactyl/node_modules/@babel/traverse/lib/index.js:62:34)
  30. at NodePath.traverse (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/index.js:147:24)
  31. at PluginPass.Program (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:95:18)
  32. at newFn (/var/www/pterodactyl/node_modules/@babel/traverse/lib/visitors.js:177:21) at NodePath._call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:53:20)
  33. at NodePath.call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:40:17)
  34. at NodePath.visit (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:100:31)
  35. at TraversalContext.visitQueue (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:103:16)
  36. at TraversalContext.visitSingle (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:77:19)
  37. at TraversalContext.visit (/var/www/pterodactyl/node_modules/@babel/traverse/lib/context.js:131:19)
  38. at traverseNode (/var/www/pterodactyl/node_modules/@babel/traverse/lib/traverse-node.js:24:17)
  39. at traverse (/var/www/pterodactyl/node_modules/@babel/traverse/lib/index.js:62:34)
  40. at transformFile (/var/www/pterodactyl/node_modules/@babel/core/lib/transformation/index.js:108:29)
  41. at transformFile.next (<anonymous>)
  42. at run (/var/www/pterodactyl/node_modules/@babel/core/lib/transformation/index.js:35:12)
  43. at run.next (<anonymous>)
  44. at Function.transform (/var/www/pterodactyl/node_modules/@babel/core/lib/transform.js:25:41)
  45. at transform.next (<anonymous>)
  46. error Command failed with exit code 2.
Advertisement
Add Comment
Please, Sign In to add comment