Blueprint Upgrade error

 avatar
unknown
plain_text
2 months ago
143 kB
6
No Index
root@kvm1015:/var/www/pterodactyl# blueprint -upgrade
19:16:07 INPUT: You are about to update your Blueprint installation. Continue? (y/N)
y
19:16:08 INFO: Creating .update directory..
19:16:08 INFO: Fetching version info
19:16:09 INFO: Downloading repository..
Cloning into '.update/repo'...
remote: Enumerating objects: 11021, done.
remote: Counting objects: 100% (454/454), done.
remote: Compressing objects: 100% (214/214), done.
remote: Total 11021 (delta 293), reused 316 (delta 231), pack-reused 10567 (from 5)
Receiving objects: 100% (11021/11021), 10.06 MiB | 40.54 MiB/s, done.
Resolving deltas: 100% (5029/5029), done.
19:16:10 INFO: Deleting files..
19:16:10 INFO: Running update script..
19:16:10 INFO: Copying release files to Pterodactyl directory..
19:16:10 INFO: Running final install script..
19:16:10 INFO: Installing node modules..
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
Done in 0.73s.
19:16:11 INFO: Searching and validating framework dependencies..
19:16:11 INFO: Placing Blueprint command shortcut..
19:16:11 INFO: Linking directories and filesystems..
19:16:11 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n)
y
19:16:13 INFO: Put application into maintenance mode.
19:16:13 INFO: Running database migrations..

   INFO  Nothing to migrate.  

19:16:13 INFO: Seeding Blueprint database records..
19:16:13 INFO: Flushing cache..
19:16:15 INFO: Restarting queue workers..
19:16:15 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'..
19:16:15 INFO: Cleaning up..
19:16:15 INFO: Rebuilding panel assets..
yarn run v1.22.22
$ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress
$ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete
10% building 0/2 entries 1/2 dependencies 0/1 modules(node:3140589) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
15 assets
1646 modules

ERROR in ./resources/scripts/assets/css/GlobalStylesheet.ts
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/assets/css/GlobalStylesheet.ts: 

✕ bg-neutral-800 was not found

Try one of these classes:
bg-gray-800 ["#1f2937"] / bg-red-800 ["#991b1b"] / bg-blue-800 ["#1e40af"] / bg-pink-800 ["#9d174d"]
bg-green-800 ["#065f46"] / bg-yellow-800 ["#92400e"] / bg-indigo-800 ["#3730a3"]
bg-purple-800 ["#5b21b6"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-700 ["#374151"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-700 ["#b91c1c"] / bg-red-900 ["#7f1d1d"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-700 ["#1d4ed8"] / bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-700 ["#be185d"] / bg-pink-900 ["#831843"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-700 ["#047857"]
bg-green-900 ["#064e3b"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-700 ["#b45309"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-700 ["#4338ca"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/MessageBox.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/MessageBox.tsx: 

✕ bg-primary-600 was not found

Try one of these classes:
bg-gray-600 ["#4b5563"] / bg-pink-600 ["#db2777"] / bg-purple-600 ["#7c3aed"]
bg-red-600 ["#dc2626"] / bg-blue-600 ["#2563eb"] / bg-green-600 ["#059669"] / bg-yellow-600 ["#d97706"]
bg-indigo-600 ["#4f46e5"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-700 ["#374151"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-700 ["#be185d"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-700 ["#6d28d9"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-right ["right"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"]
bg-red-200 ["#fecaca"] / bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"]
bg-red-700 ["#b91c1c"] / bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-pink-50 ["#fdf2f8"]
bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"] / bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"]
bg-blue-500 ["#3b82f6"] / bg-blue-700 ["#1d4ed8"] / bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"]
bg-green-100 ["#d1fae5"] / bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"]
bg-green-400 ["#34d399"] / bg-green-500 ["#10b981"] / bg-green-700 ["#047857"]
bg-green-800 ["#065f46"] / bg-green-900 ["#064e3b"] / bg-purple-50 ["#f5f3ff"]
bg-right-top ["right top"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-700 ["#4338ca"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-transparent ["transparent"]
bg-right-bottom ["right bottom"] / bg-current ["currentColor"] / bg-black ["#000"]
bg-white ["#fff"] / bg-red-50 ["#fef2f2"] / bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"]
bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"] / bg-auto ["auto"] / bg-cover ["cover"]
bg-contain ["contain"] / bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"]
bg-left-bottom ["left bottom"] / bg-left-top ["left top"] / bg-top ["top"] / bg-none ["none"]
bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]


    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/NavigationBar.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/NavigationBar.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/auth/ForgotPasswordContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/auth/ForgotPasswordContainer.tsx: 

✕ text-neutral-500 was not found

Try one of these classes:
text-gray-500 ["#6b7280"] / text-gray-50 ["#f9fafb"] / text-red-500 ["#ef4444"]
text-blue-500 ["#3b82f6"] / text-pink-500 ["#ec4899"] / text-green-500 ["#10b981"]
text-yellow-500 ["#f59e0b"] / text-indigo-500 ["#6366f1"] / text-purple-500 ["#8b5cf6"]
text-red-50 ["#fef2f2"] / text-blue-50 ["#eff6ff"] / text-pink-50 ["#fdf2f8"]
text-gray-100 ["#f3f4f6"] / text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"]
text-gray-400 ["#9ca3af"] / text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"]
text-gray-800 ["#1f2937"] / text-gray-900 ["#111827"] / text-green-50 ["#ecfdf5"]
text-yellow-50 ["#fffbeb"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-transparent ["transparent"] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-white ["#fff"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"]
text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"]
text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-600 ["#db2777"]
text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"]
text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-600 ["#059669"] / text-green-700 ["#047857"]
text-green-800 ["#065f46"] / text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"]
text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-600 ["#4f46e5"]
text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"]
text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"]
text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"] / text-current ["currentColor"]
text-black ["#000"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/auth/LoginCheckpointContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/auth/LoginCheckpointContainer.tsx: 

✕ text-neutral-500 was not found

Try one of these classes:
text-gray-500 ["#6b7280"] / text-gray-50 ["#f9fafb"] / text-red-500 ["#ef4444"]
text-blue-500 ["#3b82f6"] / text-pink-500 ["#ec4899"] / text-green-500 ["#10b981"]
text-yellow-500 ["#f59e0b"] / text-indigo-500 ["#6366f1"] / text-purple-500 ["#8b5cf6"]
text-red-50 ["#fef2f2"] / text-blue-50 ["#eff6ff"] / text-pink-50 ["#fdf2f8"]
text-gray-100 ["#f3f4f6"] / text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"]
text-gray-400 ["#9ca3af"] / text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"]
text-gray-800 ["#1f2937"] / text-gray-900 ["#111827"] / text-green-50 ["#ecfdf5"]
text-yellow-50 ["#fffbeb"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-transparent ["transparent"] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-white ["#fff"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"]
text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"]
text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-600 ["#db2777"]
text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"]
text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-600 ["#059669"] / text-green-700 ["#047857"]
text-green-800 ["#065f46"] / text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"]
text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-600 ["#4f46e5"]
text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"]
text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"]
text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"] / text-current ["currentColor"]
text-black ["#000"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/auth/LoginContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/auth/LoginContainer.tsx: 

✕ text-neutral-500 was not found

Try one of these classes:
text-gray-500 ["#6b7280"] / text-gray-50 ["#f9fafb"] / text-red-500 ["#ef4444"]
text-blue-500 ["#3b82f6"] / text-pink-500 ["#ec4899"] / text-green-500 ["#10b981"]
text-yellow-500 ["#f59e0b"] / text-indigo-500 ["#6366f1"] / text-purple-500 ["#8b5cf6"]
text-red-50 ["#fef2f2"] / text-blue-50 ["#eff6ff"] / text-pink-50 ["#fdf2f8"]
text-gray-100 ["#f3f4f6"] / text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"]
text-gray-400 ["#9ca3af"] / text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"]
text-gray-800 ["#1f2937"] / text-gray-900 ["#111827"] / text-green-50 ["#ecfdf5"]
text-yellow-50 ["#fffbeb"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-transparent ["transparent"] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-white ["#fff"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"]
text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"]
text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-600 ["#db2777"]
text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"]
text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-600 ["#059669"] / text-green-700 ["#047857"]
text-green-800 ["#065f46"] / text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"]
text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-600 ["#4f46e5"]
text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"]
text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"]
text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"] / text-current ["currentColor"]
text-black ["#000"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/auth/ResetPasswordContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/auth/ResetPasswordContainer.tsx: 

✕ text-neutral-500 was not found

Try one of these classes:
text-gray-500 ["#6b7280"] / text-gray-50 ["#f9fafb"] / text-red-500 ["#ef4444"]
text-blue-500 ["#3b82f6"] / text-pink-500 ["#ec4899"] / text-green-500 ["#10b981"]
text-yellow-500 ["#f59e0b"] / text-indigo-500 ["#6366f1"] / text-purple-500 ["#8b5cf6"]
text-red-50 ["#fef2f2"] / text-blue-50 ["#eff6ff"] / text-pink-50 ["#fdf2f8"]
text-gray-100 ["#f3f4f6"] / text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"]
text-gray-400 ["#9ca3af"] / text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"]
text-gray-800 ["#1f2937"] / text-gray-900 ["#111827"] / text-green-50 ["#ecfdf5"]
text-yellow-50 ["#fffbeb"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-transparent ["transparent"] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-white ["#fff"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"]
text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"]
text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-600 ["#db2777"]
text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"]
text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-600 ["#059669"] / text-green-700 ["#047857"]
text-green-800 ["#065f46"] / text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"]
text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-600 ["#4f46e5"]
text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"]
text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"]
text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"] / text-current ["currentColor"]
text-black ["#000"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/dashboard/AccountApiContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/dashboard/AccountApiContainer.tsx: 

✕ bg-neutral-600 was not found

Try one of these classes:
bg-gray-600 ["#4b5563"] / bg-red-600 ["#dc2626"] / bg-blue-600 ["#2563eb"] / bg-pink-600 ["#db2777"]
bg-green-600 ["#059669"] / bg-yellow-600 ["#d97706"] / bg-indigo-600 ["#4f46e5"]
bg-purple-600 ["#7c3aed"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-700 ["#374151"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-700 ["#b91c1c"]
bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-700 ["#1d4ed8"]
bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-700 ["#be185d"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-700 ["#047857"] / bg-green-800 ["#065f46"]
bg-green-900 ["#064e3b"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-700 ["#4338ca"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-700 ["#6d28d9"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/dashboard/DashboardContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/dashboard/DashboardContainer.tsx: 

✕ text-neutral-400 was not found

Try one of these classes:
text-gray-400 ["#9ca3af"] / text-red-400 ["#f87171"] / text-blue-400 ["#60a5fa"]
text-pink-400 ["#f472b6"] / text-green-400 ["#34d399"] / text-yellow-400 ["#fbbf24"]
text-indigo-400 ["#818cf8"] / text-purple-400 ["#a78bfa"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-300 ["#fca5a5"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-300 ["#f9a8d4"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-300 ["#6ee7b7"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-300 ["#a5b4fc"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-300 ["#c4b5fd"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx: 

✕ bg-neutral-600 was not found

Try one of these classes:
bg-gray-600 ["#4b5563"] / bg-red-600 ["#dc2626"] / bg-blue-600 ["#2563eb"] / bg-pink-600 ["#db2777"]
bg-green-600 ["#059669"] / bg-yellow-600 ["#d97706"] / bg-indigo-600 ["#4f46e5"]
bg-purple-600 ["#7c3aed"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-700 ["#374151"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-700 ["#b91c1c"]
bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-700 ["#1d4ed8"]
bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-700 ["#be185d"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-700 ["#047857"] / bg-green-800 ["#065f46"]
bg-green-900 ["#064e3b"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-700 ["#4338ca"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-700 ["#6d28d9"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/ContentBox.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/ContentBox.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/ErrorBoundary.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/ErrorBoundary.tsx: 

✕ bg-neutral-900 was not found

Try one of these classes:
bg-gray-900 ["#111827"] / bg-red-900 ["#7f1d1d"] / bg-blue-900 ["#1e3a8a"] / bg-pink-900 ["#831843"]
bg-green-900 ["#064e3b"] / bg-yellow-900 ["#78350f"] / bg-indigo-900 ["#312e81"]
bg-purple-900 ["#4c1d95"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-700 ["#374151"] / bg-gray-800 ["#1f2937"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-700 ["#b91c1c"] / bg-red-800 ["#991b1b"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-700 ["#1d4ed8"] / bg-blue-800 ["#1e40af"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-700 ["#be185d"] / bg-pink-800 ["#9d174d"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-700 ["#047857"]
bg-green-800 ["#065f46"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-700 ["#4338ca"] / bg-indigo-800 ["#3730a3"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"]
bg-purple-800 ["#5b21b6"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/Input.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/Input.tsx: 

✕ border-neutral-200 was not found

Try one of these classes:
border-gray-200 ["#e5e7eb"] / border-red-200 ["#fecaca"] / border-blue-200 ["#bfdbfe"]
border-pink-200 ["#fbcfe8"] / border-green-200 ["#a7f3d0"] / border-yellow-200 ["#fde68a"]
border-indigo-200 ["#c7d2fe"] / border-purple-200 ["#ddd6fe"] / border-gray-100 ["#f3f4f6"]
border-gray-300 ["#d1d5db"] / border-gray-400 ["#9ca3af"] / border-gray-500 ["#6b7280"]
border-gray-600 ["#4b5563"] / border-gray-700 ["#374151"] / border-gray-800 ["#1f2937"]
border-gray-900 ["#111827"] / border-transparent ["transparent"] / border-2 ["2px"]
border-gray-50 ["#f9fafb"] / border-red-100 ["#fee2e2"] / border-red-300 ["#fca5a5"]
border-red-400 ["#f87171"] / border-red-500 ["#ef4444"] / border-red-600 ["#dc2626"]
border-red-700 ["#b91c1c"] / border-red-800 ["#991b1b"] / border-red-900 ["#7f1d1d"]
border-default ["currentColor"] / border-blue-100 ["#dbeafe"] / border-blue-300 ["#93c5fd"]
border-blue-400 ["#60a5fa"] / border-blue-500 ["#3b82f6"] / border-blue-600 ["#2563eb"]
border-blue-700 ["#1d4ed8"] / border-blue-800 ["#1e40af"] / border-blue-900 ["#1e3a8a"]
border-pink-100 ["#fce7f3"] / border-pink-300 ["#f9a8d4"] / border-pink-400 ["#f472b6"]
border-pink-500 ["#ec4899"] / border-pink-600 ["#db2777"] / border-pink-700 ["#be185d"]
border-pink-800 ["#9d174d"] / border-pink-900 ["#831843"] / border-green-100 ["#d1fae5"]
border-green-300 ["#6ee7b7"] / border-green-400 ["#34d399"] / border-green-500 ["#10b981"]
border-green-600 ["#059669"] / border-green-700 ["#047857"] / border-green-800 ["#065f46"]
border-green-900 ["#064e3b"] / border-yellow-100 ["#fef3c7"] / border-yellow-300 ["#fcd34d"]
border-yellow-400 ["#fbbf24"] / border-yellow-500 ["#f59e0b"] / border-yellow-600 ["#d97706"]
border-yellow-700 ["#b45309"] / border-yellow-800 ["#92400e"] / border-yellow-900 ["#78350f"]
border-indigo-100 ["#e0e7ff"] / border-indigo-300 ["#a5b4fc"] / border-indigo-400 ["#818cf8"]
border-indigo-500 ["#6366f1"] / border-indigo-600 ["#4f46e5"] / border-indigo-700 ["#4338ca"]
border-indigo-800 ["#3730a3"] / border-indigo-900 ["#312e81"] / border-purple-100 ["#ede9fe"]
border-purple-300 ["#c4b5fd"] / border-purple-400 ["#a78bfa"] / border-purple-500 ["#8b5cf6"]
border-purple-600 ["#7c3aed"] / border-purple-700 ["#6d28d9"] / border-purple-800 ["#5b21b6"]
border-purple-900 ["#4c1d95"] / border-current ["currentColor"] / border-black ["#000"]
border-white ["#fff"] / border-red-50 ["#fef2f2"] / border-yellow-50 ["#fffbeb"]
border-green-50 ["#ecfdf5"] / border-blue-50 ["#eff6ff"] / border-indigo-50 ["#eef2ff"]
border-purple-50 ["#f5f3ff"] / border-pink-50 ["#fdf2f8"] / border ["#e5e7eb"]
border-0 ["0px"] / border-4 ["4px"] / border-8 ["8px"] / border ["1px"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at border (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6509:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/Label.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/Label.tsx: 

✕ text-neutral-200 was not found

Try one of these classes:
text-gray-200 ["#e5e7eb"] / text-red-200 ["#fecaca"] / text-blue-200 ["#bfdbfe"]
text-pink-200 ["#fbcfe8"] / text-green-200 ["#a7f3d0"] / text-yellow-200 ["#fde68a"]
text-indigo-200 ["#c7d2fe"] / text-purple-200 ["#ddd6fe"] / text-gray-100 ["#f3f4f6"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-2xs ["0.625rem"] / text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"]
text-red-300 ["#fca5a5"] / text-red-400 ["#f87171"] / text-red-500 ["#ef4444"]
text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"]
text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"] / text-blue-300 ["#93c5fd"]
text-blue-400 ["#60a5fa"] / text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"]
text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"]
text-pink-100 ["#fce7f3"] / text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"]
text-pink-500 ["#ec4899"] / text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"]
text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"]
text-green-300 ["#6ee7b7"] / text-green-400 ["#34d399"] / text-green-500 ["#10b981"]
text-green-600 ["#059669"] / text-green-700 ["#047857"] / text-green-800 ["#065f46"]
text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"] / text-yellow-300 ["#fcd34d"]
text-yellow-400 ["#fbbf24"] / text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"]
text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"]
text-indigo-100 ["#e0e7ff"] / text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"]
text-indigo-500 ["#6366f1"] / text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"]
text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"]
text-purple-300 ["#c4b5fd"] / text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"]
text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"]
text-purple-900 ["#4c1d95"] / text-current ["currentColor"] / text-black ["#000"]
text-red-50 ["#fef2f2"] / text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"]
text-blue-50 ["#eff6ff"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-pink-50 ["#fdf2f8"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]]
text-sm [["0.875rem",{"lineHeight":"1.25rem"}]] / text-base [["1rem",{"lineHeight":"1.5rem"}]]
text-lg [["1.125rem",{"lineHeight":"1.75rem"}]] / text-xl [["1.25rem",{"lineHeight":"1.75rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/PageContentBlock.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/PageContentBlock.tsx: 

✕ text-neutral-500 was not found

Try one of these classes:
text-gray-500 ["#6b7280"] / text-gray-50 ["#f9fafb"] / text-red-500 ["#ef4444"]
text-blue-500 ["#3b82f6"] / text-pink-500 ["#ec4899"] / text-green-500 ["#10b981"]
text-yellow-500 ["#f59e0b"] / text-indigo-500 ["#6366f1"] / text-purple-500 ["#8b5cf6"]
text-red-50 ["#fef2f2"] / text-blue-50 ["#eff6ff"] / text-pink-50 ["#fdf2f8"]
text-gray-100 ["#f3f4f6"] / text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"]
text-gray-400 ["#9ca3af"] / text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"]
text-gray-800 ["#1f2937"] / text-gray-900 ["#111827"] / text-green-50 ["#ecfdf5"]
text-yellow-50 ["#fffbeb"] / text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"]
text-transparent ["transparent"] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-white ["#fff"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-600 ["#dc2626"] / text-red-700 ["#b91c1c"]
text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"] / text-blue-100 ["#dbeafe"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"] / text-blue-800 ["#1e40af"]
text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-600 ["#db2777"]
text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"] / text-pink-900 ["#831843"]
text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-600 ["#059669"] / text-green-700 ["#047857"]
text-green-800 ["#065f46"] / text-green-900 ["#064e3b"] / text-yellow-100 ["#fef3c7"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"] / text-yellow-800 ["#92400e"]
text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-600 ["#4f46e5"]
text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"] / text-indigo-900 ["#312e81"]
text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-600 ["#7c3aed"] / text-purple-700 ["#6d28d9"]
text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"] / text-current ["currentColor"]
text-black ["#000"] / text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/ProgressBar.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/ProgressBar.tsx: 

✕ bg-cyan-400 was not found

Try one of these classes:
bg-green-400 ["#34d399"] / bg-red-400 ["#f87171"] / bg-gray-400 ["#9ca3af"] / bg-blue-400 ["#60a5fa"]
bg-pink-400 ["#f472b6"] / bg-yellow-400 ["#fbbf24"] / bg-indigo-400 ["#818cf8"]
bg-purple-400 ["#a78bfa"] / bg-green-100 ["#d1fae5"] / bg-green-200 ["#a7f3d0"]
bg-green-300 ["#6ee7b7"] / bg-green-500 ["#10b981"] / bg-green-600 ["#059669"]
bg-green-700 ["#047857"] / bg-green-800 ["#065f46"] / bg-green-900 ["#064e3b"]
bg-cover ["cover"] / bg-center ["center"] / bg-current ["currentColor"] / bg-red-100 ["#fee2e2"]
bg-red-200 ["#fecaca"] / bg-red-300 ["#fca5a5"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-700 ["#b91c1c"] / bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-contain ["contain"]
bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"] / bg-gray-300 ["#d1d5db"] / bg-gray-500 ["#6b7280"]
bg-gray-600 ["#4b5563"] / bg-gray-700 ["#374151"] / bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"]
bg-green-50 ["#ecfdf5"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"] / bg-blue-300 ["#93c5fd"]
bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"] / bg-blue-700 ["#1d4ed8"] / bg-blue-800 ["#1e40af"]
bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"] / bg-pink-300 ["#f9a8d4"]
bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"] / bg-pink-700 ["#be185d"] / bg-pink-800 ["#9d174d"]
bg-pink-900 ["#831843"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-500 ["#f59e0b"] / bg-yellow-600 ["#d97706"]
bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"] / bg-indigo-700 ["#4338ca"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-500 ["#8b5cf6"]
bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-transparent ["transparent"] / bg-black ["#000"]
bg-white ["#fff"] / bg-gray-50 ["#f9fafb"] / bg-red-50 ["#fef2f2"] / bg-yellow-50 ["#fffbeb"]
bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"] / bg-purple-50 ["#f5f3ff"]
bg-pink-50 ["#fdf2f8"] / bg-auto ["auto"] / bg-bottom ["bottom"] / bg-left ["left"]
bg-left-bottom ["left bottom"] / bg-left-top ["left top"] / bg-right ["right"]
bg-right-bottom ["right bottom"] / bg-right-top ["right top"] / bg-top ["top"]
bg-none ["none"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]


    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/ScreenBlock.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/ScreenBlock.tsx: 

✕ bg-neutral-100 was not found

Try one of these classes:
bg-gray-100 ["#f3f4f6"] / bg-red-100 ["#fee2e2"] / bg-blue-100 ["#dbeafe"] / bg-pink-100 ["#fce7f3"]
bg-green-100 ["#d1fae5"] / bg-yellow-100 ["#fef3c7"] / bg-indigo-100 ["#e0e7ff"]
bg-purple-100 ["#ede9fe"] / bg-none ["none"] / bg-gray-200 ["#e5e7eb"] / bg-gray-300 ["#d1d5db"]
bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"] / bg-gray-700 ["#374151"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-200 ["#fecaca"] / bg-red-300 ["#fca5a5"]
bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"] / bg-red-700 ["#b91c1c"]
bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-blue-200 ["#bfdbfe"] / bg-blue-300 ["#93c5fd"]
bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"] / bg-blue-700 ["#1d4ed8"]
bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"] / bg-pink-200 ["#fbcfe8"] / bg-pink-300 ["#f9a8d4"]
bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"] / bg-pink-700 ["#be185d"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-green-200 ["#a7f3d0"]
bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"] / bg-green-500 ["#10b981"]
bg-green-600 ["#059669"] / bg-green-700 ["#047857"] / bg-green-800 ["#065f46"]
bg-green-900 ["#064e3b"] / bg-yellow-200 ["#fde68a"] / bg-yellow-300 ["#fcd34d"]
bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"] / bg-yellow-600 ["#d97706"]
bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"] / bg-indigo-400 ["#818cf8"]
bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"] / bg-indigo-700 ["#4338ca"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-200 ["#ddd6fe"]
bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"] / bg-purple-500 ["#8b5cf6"]
bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/SpinnerOverlay.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/SpinnerOverlay.tsx: 

✕ text-neutral-400 was not found

Try one of these classes:
text-gray-400 ["#9ca3af"] / text-red-400 ["#f87171"] / text-blue-400 ["#60a5fa"]
text-pink-400 ["#f472b6"] / text-green-400 ["#34d399"] / text-yellow-400 ["#fbbf24"]
text-indigo-400 ["#818cf8"] / text-purple-400 ["#a78bfa"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-300 ["#fca5a5"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-300 ["#f9a8d4"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-300 ["#6ee7b7"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-300 ["#a5b4fc"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-300 ["#c4b5fd"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/SubNavigation.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/elements/SubNavigation.tsx: 

✕ bg-neutral-700 was not found

Try one of these classes:
bg-gray-700 ["#374151"] / bg-red-700 ["#b91c1c"] / bg-blue-700 ["#1d4ed8"] / bg-pink-700 ["#be185d"]
bg-green-700 ["#047857"] / bg-yellow-700 ["#b45309"] / bg-indigo-700 ["#4338ca"]
bg-purple-700 ["#6d28d9"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-800 ["#065f46"]
bg-green-900 ["#064e3b"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/backups/BackupContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/backups/BackupContainer.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/console/StatGraphs.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/console/StatGraphs.tsx: 

✕ colors.cyan.400 was not found in your theme

    at throwIf (/var/www/pterodactyl/node_modules/twin.macro/macro.js:22:9)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:4163:5
    at Array.forEach (<anonymous>)
    at handleThemeFunction (/var/www/pterodactyl/node_modules/twin.macro/macro.js:4156:20)
    at twinMacro (/var/www/pterodactyl/node_modules/twin.macro/macro.js:8486:5)
    at macroWrapper (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:63:12)
    at applyMacros (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:230:14)
    at ImportDeclaration (/var/www/pterodactyl/node_modules/babel-plugin-macros/dist/index.js:114:28)
    at NodePath._call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:49:20)
    at NodePath.call (/var/www/pterodactyl/node_modules/@babel/traverse/lib/path/context.js:39:18)

ERROR in ./resources/scripts/components/server/databases/DatabasesContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/databases/DatabasesContainer.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/features/GSLTokenModalFeature.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/features/GSLTokenModalFeature.tsx: 

✕ text-neutral-100 was not found

Try one of these classes:
text-gray-100 ["#f3f4f6"] / text-red-100 ["#fee2e2"] / text-blue-100 ["#dbeafe"]
text-pink-100 ["#fce7f3"] / text-green-100 ["#d1fae5"] / text-yellow-100 ["#fef3c7"]
text-indigo-100 ["#e0e7ff"] / text-purple-100 ["#ede9fe"] / text-gray-200 ["#e5e7eb"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-white ["#fff"]
text-gray-50 ["#f9fafb"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]] / text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/features/JavaVersionModalFeature.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/features/JavaVersionModalFeature.tsx: 

✕ text-neutral-100 was not found

Try one of these classes:
text-gray-100 ["#f3f4f6"] / text-red-100 ["#fee2e2"] / text-blue-100 ["#dbeafe"]
text-pink-100 ["#fce7f3"] / text-green-100 ["#d1fae5"] / text-yellow-100 ["#fef3c7"]
text-indigo-100 ["#e0e7ff"] / text-purple-100 ["#ede9fe"] / text-gray-200 ["#e5e7eb"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-white ["#fff"]
text-gray-50 ["#f9fafb"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]] / text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/features/PIDLimitModalFeature.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/features/PIDLimitModalFeature.tsx: 

✕ text-neutral-100 was not found

Try one of these classes:
text-gray-100 ["#f3f4f6"] / text-red-100 ["#fee2e2"] / text-blue-100 ["#dbeafe"]
text-pink-100 ["#fce7f3"] / text-green-100 ["#d1fae5"] / text-yellow-100 ["#fef3c7"]
text-indigo-100 ["#e0e7ff"] / text-purple-100 ["#ede9fe"] / text-gray-200 ["#e5e7eb"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-white ["#fff"]
text-gray-50 ["#f9fafb"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]] / text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/features/SteamDiskSpaceFeature.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/features/SteamDiskSpaceFeature.tsx: 

✕ text-neutral-100 was not found

Try one of these classes:
text-gray-100 ["#f3f4f6"] / text-red-100 ["#fee2e2"] / text-blue-100 ["#dbeafe"]
text-pink-100 ["#fce7f3"] / text-green-100 ["#d1fae5"] / text-yellow-100 ["#fef3c7"]
text-indigo-100 ["#e0e7ff"] / text-purple-100 ["#ede9fe"] / text-gray-200 ["#e5e7eb"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-white ["#fff"]
text-gray-50 ["#f9fafb"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]] / text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/features/eula/EulaModalFeature.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/features/eula/EulaModalFeature.tsx: 

✕ text-neutral-100 was not found

Try one of these classes:
text-gray-100 ["#f3f4f6"] / text-red-100 ["#fee2e2"] / text-blue-100 ["#dbeafe"]
text-pink-100 ["#fce7f3"] / text-green-100 ["#d1fae5"] / text-yellow-100 ["#fef3c7"]
text-indigo-100 ["#e0e7ff"] / text-purple-100 ["#ede9fe"] / text-gray-200 ["#e5e7eb"]
text-gray-300 ["#d1d5db"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-white ["#fff"]
text-gray-50 ["#f9fafb"] / text-red-200 ["#fecaca"] / text-red-300 ["#fca5a5"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-200 ["#fbcfe8"]
text-pink-300 ["#f9a8d4"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-200 ["#a7f3d0"] / text-green-300 ["#6ee7b7"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-200 ["#c7d2fe"]
text-indigo-300 ["#a5b4fc"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-200 ["#ddd6fe"] / text-purple-300 ["#c4b5fd"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-5xl [["3rem",{"lineHeight":"1"}]] / text-6xl [["3.75rem",{"lineHeight":"1"}]]
text-7xl [["4.5rem",{"lineHeight":"1"}]] / text-8xl [["6rem",{"lineHeight":"1"}]]
text-9xl [["8rem",{"lineHeight":"1"}]] / text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/files/FileEditContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/files/FileEditContainer.tsx: 

✕ bg-neutral-900 was not found

Try one of these classes:
bg-gray-900 ["#111827"] / bg-red-900 ["#7f1d1d"] / bg-blue-900 ["#1e3a8a"] / bg-pink-900 ["#831843"]
bg-green-900 ["#064e3b"] / bg-yellow-900 ["#78350f"] / bg-indigo-900 ["#312e81"]
bg-purple-900 ["#4c1d95"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-700 ["#374151"] / bg-gray-800 ["#1f2937"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-700 ["#b91c1c"] / bg-red-800 ["#991b1b"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-700 ["#1d4ed8"] / bg-blue-800 ["#1e40af"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-700 ["#be185d"] / bg-pink-800 ["#9d174d"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-700 ["#047857"]
bg-green-800 ["#065f46"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-700 ["#4338ca"] / bg-indigo-800 ["#3730a3"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"]
bg-purple-800 ["#5b21b6"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/files/FileManagerContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/files/FileManagerContainer.tsx: 

✕ text-neutral-400 was not found

Try one of these classes:
text-gray-400 ["#9ca3af"] / text-red-400 ["#f87171"] / text-blue-400 ["#60a5fa"]
text-pink-400 ["#f472b6"] / text-green-400 ["#34d399"] / text-yellow-400 ["#fbbf24"]
text-indigo-400 ["#818cf8"] / text-purple-400 ["#a78bfa"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-300 ["#d1d5db"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-300 ["#fca5a5"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-300 ["#93c5fd"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-300 ["#f9a8d4"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-300 ["#6ee7b7"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-300 ["#fcd34d"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-300 ["#a5b4fc"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-300 ["#c4b5fd"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/network/NetworkContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/network/NetworkContainer.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/schedules/ScheduleContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/schedules/ScheduleContainer.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/schedules/ScheduleEditContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/schedules/ScheduleEditContainer.tsx: 

✕ bg-neutral-700 was not found

Try one of these classes:
bg-gray-700 ["#374151"] / bg-red-700 ["#b91c1c"] / bg-blue-700 ["#1d4ed8"] / bg-pink-700 ["#be185d"]
bg-green-700 ["#047857"] / bg-yellow-700 ["#b45309"] / bg-indigo-700 ["#4338ca"]
bg-purple-700 ["#6d28d9"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-800 ["#1f2937"] / bg-gray-900 ["#111827"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-800 ["#991b1b"] / bg-red-900 ["#7f1d1d"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-800 ["#1e40af"] / bg-blue-900 ["#1e3a8a"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-800 ["#9d174d"] / bg-pink-900 ["#831843"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-800 ["#065f46"]
bg-green-900 ["#064e3b"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-800 ["#92400e"] / bg-yellow-900 ["#78350f"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-800 ["#3730a3"] / bg-indigo-900 ["#312e81"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-800 ["#5b21b6"]
bg-purple-900 ["#4c1d95"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/settings/SettingsContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/settings/SettingsContainer.tsx: 

✕ border-cyan-500 was not found

Try one of these classes:
border-green-500 ["#10b981"] / border-red-500 ["#ef4444"] / border-gray-500 ["#6b7280"]
border-green-50 ["#ecfdf5"] / border-blue-500 ["#3b82f6"] / border-pink-500 ["#ec4899"]
border-yellow-500 ["#f59e0b"] / border-indigo-500 ["#6366f1"] / border-purple-500 ["#8b5cf6"]
border-red-50 ["#fef2f2"] / border-gray-50 ["#f9fafb"] / border-blue-50 ["#eff6ff"]
border-pink-50 ["#fdf2f8"] / border-yellow-50 ["#fffbeb"] / border-green-100 ["#d1fae5"]
border-green-200 ["#a7f3d0"] / border-green-300 ["#6ee7b7"] / border-green-400 ["#34d399"]
border-green-600 ["#059669"] / border-green-700 ["#047857"] / border-green-800 ["#065f46"]
border-green-900 ["#064e3b"] / border-indigo-50 ["#eef2ff"] / border-purple-50 ["#f5f3ff"]
border-current ["currentColor"] / border-red-100 ["#fee2e2"] / border-red-200 ["#fecaca"]
border-red-300 ["#fca5a5"] / border-red-400 ["#f87171"] / border-red-600 ["#dc2626"]
border-red-700 ["#b91c1c"] / border-red-800 ["#991b1b"] / border-red-900 ["#7f1d1d"]
border-default ["currentColor"] / border-gray-100 ["#f3f4f6"] / border-gray-200 ["#e5e7eb"]
border-gray-300 ["#d1d5db"] / border-gray-400 ["#9ca3af"] / border-gray-600 ["#4b5563"]
border-gray-700 ["#374151"] / border-gray-800 ["#1f2937"] / border-gray-900 ["#111827"]
border-blue-100 ["#dbeafe"] / border-blue-200 ["#bfdbfe"] / border-blue-300 ["#93c5fd"]
border-blue-400 ["#60a5fa"] / border-blue-600 ["#2563eb"] / border-blue-700 ["#1d4ed8"]
border-blue-800 ["#1e40af"] / border-blue-900 ["#1e3a8a"] / border-pink-100 ["#fce7f3"]
border-pink-200 ["#fbcfe8"] / border-pink-300 ["#f9a8d4"] / border-pink-400 ["#f472b6"]
border-pink-600 ["#db2777"] / border-pink-700 ["#be185d"] / border-pink-800 ["#9d174d"]
border-pink-900 ["#831843"] / border-yellow-100 ["#fef3c7"] / border-yellow-200 ["#fde68a"]
border-yellow-300 ["#fcd34d"] / border-yellow-400 ["#fbbf24"] / border-yellow-600 ["#d97706"]
border-yellow-700 ["#b45309"] / border-yellow-800 ["#92400e"] / border-yellow-900 ["#78350f"]
border-indigo-100 ["#e0e7ff"] / border-indigo-200 ["#c7d2fe"] / border-indigo-300 ["#a5b4fc"]
border-indigo-400 ["#818cf8"] / border-indigo-600 ["#4f46e5"] / border-indigo-700 ["#4338ca"]
border-indigo-800 ["#3730a3"] / border-indigo-900 ["#312e81"] / border-purple-100 ["#ede9fe"]
border-purple-200 ["#ddd6fe"] / border-purple-300 ["#c4b5fd"] / border-purple-400 ["#a78bfa"]
border-purple-600 ["#7c3aed"] / border-purple-700 ["#6d28d9"] / border-purple-800 ["#5b21b6"]
border-purple-900 ["#4c1d95"] / border-transparent ["transparent"] / border-black ["#000"]
border-white ["#fff"] / border ["#e5e7eb"] / border-0 ["0px"] / border-2 ["2px"] / border-4 ["4px"]
border-8 ["8px"] / border ["1px"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at border (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6509:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/startup/StartupContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/startup/StartupContainer.tsx: 

✕ bg-neutral-900 was not found

Try one of these classes:
bg-gray-900 ["#111827"] / bg-red-900 ["#7f1d1d"] / bg-blue-900 ["#1e3a8a"] / bg-pink-900 ["#831843"]
bg-green-900 ["#064e3b"] / bg-yellow-900 ["#78350f"] / bg-indigo-900 ["#312e81"]
bg-purple-900 ["#4c1d95"] / bg-none ["none"] / bg-gray-100 ["#f3f4f6"] / bg-gray-200 ["#e5e7eb"]
bg-gray-300 ["#d1d5db"] / bg-gray-400 ["#9ca3af"] / bg-gray-500 ["#6b7280"] / bg-gray-600 ["#4b5563"]
bg-gray-700 ["#374151"] / bg-gray-800 ["#1f2937"] / bg-transparent ["transparent"]
bg-gradient-to-tr ["linear-gradient(to top right, var(--tw-gradient-stops))"]
bg-auto ["auto"] / bg-gray-50 ["#f9fafb"] / bg-red-100 ["#fee2e2"] / bg-red-200 ["#fecaca"]
bg-red-300 ["#fca5a5"] / bg-red-400 ["#f87171"] / bg-red-500 ["#ef4444"] / bg-red-600 ["#dc2626"]
bg-red-700 ["#b91c1c"] / bg-red-800 ["#991b1b"] / bg-blue-100 ["#dbeafe"] / bg-blue-200 ["#bfdbfe"]
bg-blue-300 ["#93c5fd"] / bg-blue-400 ["#60a5fa"] / bg-blue-500 ["#3b82f6"] / bg-blue-600 ["#2563eb"]
bg-blue-700 ["#1d4ed8"] / bg-blue-800 ["#1e40af"] / bg-pink-100 ["#fce7f3"] / bg-pink-200 ["#fbcfe8"]
bg-pink-300 ["#f9a8d4"] / bg-pink-400 ["#f472b6"] / bg-pink-500 ["#ec4899"] / bg-pink-600 ["#db2777"]
bg-pink-700 ["#be185d"] / bg-pink-800 ["#9d174d"] / bg-green-100 ["#d1fae5"]
bg-green-200 ["#a7f3d0"] / bg-green-300 ["#6ee7b7"] / bg-green-400 ["#34d399"]
bg-green-500 ["#10b981"] / bg-green-600 ["#059669"] / bg-green-700 ["#047857"]
bg-green-800 ["#065f46"] / bg-yellow-100 ["#fef3c7"] / bg-yellow-200 ["#fde68a"]
bg-yellow-300 ["#fcd34d"] / bg-yellow-400 ["#fbbf24"] / bg-yellow-500 ["#f59e0b"]
bg-yellow-600 ["#d97706"] / bg-yellow-700 ["#b45309"] / bg-yellow-800 ["#92400e"]
bg-indigo-100 ["#e0e7ff"] / bg-indigo-200 ["#c7d2fe"] / bg-indigo-300 ["#a5b4fc"]
bg-indigo-400 ["#818cf8"] / bg-indigo-500 ["#6366f1"] / bg-indigo-600 ["#4f46e5"]
bg-indigo-700 ["#4338ca"] / bg-indigo-800 ["#3730a3"] / bg-purple-100 ["#ede9fe"]
bg-purple-200 ["#ddd6fe"] / bg-purple-300 ["#c4b5fd"] / bg-purple-400 ["#a78bfa"]
bg-purple-500 ["#8b5cf6"] / bg-purple-600 ["#7c3aed"] / bg-purple-700 ["#6d28d9"]
bg-purple-800 ["#5b21b6"] / bg-gradient-to-t ["linear-gradient(to top, var(--tw-gradient-stops))"]
bg-gradient-to-r ["linear-gradient(to right, var(--tw-gradient-stops))"]
bg-gradient-to-b ["linear-gradient(to bottom, var(--tw-gradient-stops))"]
bg-gradient-to-l ["linear-gradient(to left, var(--tw-gradient-stops))"]
bg-gradient-to-br ["linear-gradient(to bottom right, var(--tw-gradient-stops))"]
bg-gradient-to-bl ["linear-gradient(to bottom left, var(--tw-gradient-stops))"]
bg-gradient-to-tl ["linear-gradient(to top left, var(--tw-gradient-stops))"]
bg-current ["currentColor"] / bg-black ["#000"] / bg-white ["#fff"] / bg-red-50 ["#fef2f2"]
bg-yellow-50 ["#fffbeb"] / bg-green-50 ["#ecfdf5"] / bg-blue-50 ["#eff6ff"] / bg-indigo-50 ["#eef2ff"]
bg-purple-50 ["#f5f3ff"] / bg-pink-50 ["#fdf2f8"] / bg-cover ["cover"] / bg-contain ["contain"]
bg-bottom ["bottom"] / bg-center ["center"] / bg-left ["left"] / bg-left-bottom ["left bottom"]
bg-left-top ["left top"] / bg-right ["right"] / bg-right-bottom ["right bottom"]
bg-right-top ["right top"] / bg-top ["top"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at bg (/var/www/pterodactyl/node_modules/twin.macro/macro.js:6409:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/server/users/UsersContainer.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
MacroError: /var/www/pterodactyl/resources/scripts/components/server/users/UsersContainer.tsx: 

✕ text-neutral-300 was not found

Try one of these classes:
text-gray-300 ["#d1d5db"] / text-red-300 ["#fca5a5"] / text-blue-300 ["#93c5fd"]
text-pink-300 ["#f9a8d4"] / text-green-300 ["#6ee7b7"] / text-yellow-300 ["#fcd34d"]
text-indigo-300 ["#a5b4fc"] / text-purple-300 ["#c4b5fd"] / text-gray-100 ["#f3f4f6"]
text-gray-200 ["#e5e7eb"] / text-gray-400 ["#9ca3af"] / text-gray-500 ["#6b7280"]
text-gray-600 ["#4b5563"] / text-gray-700 ["#374151"] / text-gray-800 ["#1f2937"]
text-gray-900 ["#111827"] / text-transparent ["transparent"] / text-3xl [["1.875rem",{"lineHeight":"2.25rem"}]]
text-white ["#fff"] / text-gray-50 ["#f9fafb"] / text-red-100 ["#fee2e2"] / text-red-200 ["#fecaca"]
text-red-400 ["#f87171"] / text-red-500 ["#ef4444"] / text-red-600 ["#dc2626"]
text-red-700 ["#b91c1c"] / text-red-800 ["#991b1b"] / text-red-900 ["#7f1d1d"]
text-blue-100 ["#dbeafe"] / text-blue-200 ["#bfdbfe"] / text-blue-400 ["#60a5fa"]
text-blue-500 ["#3b82f6"] / text-blue-600 ["#2563eb"] / text-blue-700 ["#1d4ed8"]
text-blue-800 ["#1e40af"] / text-blue-900 ["#1e3a8a"] / text-pink-100 ["#fce7f3"]
text-pink-200 ["#fbcfe8"] / text-pink-400 ["#f472b6"] / text-pink-500 ["#ec4899"]
text-pink-600 ["#db2777"] / text-pink-700 ["#be185d"] / text-pink-800 ["#9d174d"]
text-pink-900 ["#831843"] / text-green-100 ["#d1fae5"] / text-green-200 ["#a7f3d0"]
text-green-400 ["#34d399"] / text-green-500 ["#10b981"] / text-green-600 ["#059669"]
text-green-700 ["#047857"] / text-green-800 ["#065f46"] / text-green-900 ["#064e3b"]
text-yellow-100 ["#fef3c7"] / text-yellow-200 ["#fde68a"] / text-yellow-400 ["#fbbf24"]
text-yellow-500 ["#f59e0b"] / text-yellow-600 ["#d97706"] / text-yellow-700 ["#b45309"]
text-yellow-800 ["#92400e"] / text-yellow-900 ["#78350f"] / text-indigo-100 ["#e0e7ff"]
text-indigo-200 ["#c7d2fe"] / text-indigo-400 ["#818cf8"] / text-indigo-500 ["#6366f1"]
text-indigo-600 ["#4f46e5"] / text-indigo-700 ["#4338ca"] / text-indigo-800 ["#3730a3"]
text-indigo-900 ["#312e81"] / text-purple-100 ["#ede9fe"] / text-purple-200 ["#ddd6fe"]
text-purple-400 ["#a78bfa"] / text-purple-500 ["#8b5cf6"] / text-purple-600 ["#7c3aed"]
text-purple-700 ["#6d28d9"] / text-purple-800 ["#5b21b6"] / text-purple-900 ["#4c1d95"]
text-current ["currentColor"] / text-black ["#000"] / text-red-50 ["#fef2f2"]
text-yellow-50 ["#fffbeb"] / text-green-50 ["#ecfdf5"] / text-blue-50 ["#eff6ff"]
text-indigo-50 ["#eef2ff"] / text-purple-50 ["#f5f3ff"] / text-pink-50 ["#fdf2f8"]
text-xs [["0.75rem",{"lineHeight":"1rem"}]] / text-sm [["0.875rem",{"lineHeight":"1.25rem"}]]
text-base [["1rem",{"lineHeight":"1.5rem"}]] / text-lg [["1.125rem",{"lineHeight":"1.75rem"}]]
text-xl [["1.25rem",{"lineHeight":"1.75rem"}]] / text-2xl [["1.5rem",{"lineHeight":"2rem"}]]
text-4xl [["2.25rem",{"lineHeight":"2.5rem"}]] / text-5xl [["3rem",{"lineHeight":"1"}]]
text-6xl [["3.75rem",{"lineHeight":"1"}]] / text-7xl [["4.5rem",{"lineHeight":"1"}]]
text-8xl [["6rem",{"lineHeight":"1"}]] / text-9xl [["8rem",{"lineHeight":"1"}]]
text-2xs ["0.625rem"]

    at errorSuggestions (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7338:13)
    at text (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7282:3)
    at callPlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7371:10)
    at handleCorePlugins (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7430:10)
    at Object.corePlugin (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7790:40)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:7816:32
    at Array.reduce (<anonymous>)
    at getStyleData (/var/www/pterodactyl/node_modules/twin.macro/macro.js:7715:24)
    at /var/www/pterodactyl/node_modules/twin.macro/macro.js:8002:15
    at Array.forEach (<anonymous>)

ERROR in ./resources/scripts/components/elements/dialog/style.module.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./resources/scripts/components/elements/dialog/style.module.css)
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
SyntaxError

(34:9) /var/www/pterodactyl/resources/scripts/components/elements/dialog/style.module.css The `bg-primary-500` class does not exist. If `bg-primary-500` is a custom class, make sure it is defined within a `@layer` directive.

  32 | 
  33 |     &.info {
> 34 |         @apply bg-primary-500 text-primary-50;
     |         ^
  35 |     }
  36 | }

ERROR in ./resources/scripts/components/elements/inputs/styles.module.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./resources/scripts/components/elements/inputs/styles.module.css)
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
SyntaxError

(2:5) /var/www/pterodactyl/resources/scripts/components/elements/inputs/styles.module.css The `text-primary-500` class does not exist. If `text-primary-500` is a custom class, make sure it is defined within a `@layer` directive.

  1 | .checkbox_input {
> 2 |     @apply w-4 h-4 rounded-sm border-neutral-500 bg-neutral-600 text-primary-500;
    |     ^
  3 | 
  4 |     &:focus, &:active {

webpack 5.103.0 compiled with 37 errors in 13238 ms
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
19:16:29 INFO: Cleaning up..
19:16:29 SUCCESS: Update finished!
root@kvm1015:/var/www/pterodactyl# 
Editor is loading...
Leave a Comment