I get this error when trying to build my site:
PS C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io> pnpm build
> ktrain5369-website@0.0.1 build C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io
> astro build
The input line is too long.
The syntax of the command is incorrect.
C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io> @SET "NODE_PATH=C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io\node_modules\.pnpm\astro@5.0.4_jiti@1.21.6_rollup@4.27.4_typescript@5.6.3_yaml@2.6.0\node_modules\astro\node_modules;C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io\node_modules\.pnpm\astro@5.0.4_jiti@1.21.6_rollup@4.27.4_typescript@5.6.3_yaml@2.6.0\node_modules;C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io\node_modules\.pnpm\node_modules;%NODE_PATH%"
ELIFECYCLE Command failed with exit code 255.
It used to work before with a longer script that builds my site and previews it immediately, however now any and all node commands in that workspace fail to work.