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\[email protected][email protected][email protected][email protected][email protected]\node_modules\astro\node_modules;C:\Users\KT\Git Repos\KTrain5169\ktrain5169.github.io\node_modules\.pnpm\[email protected][email protected][email protected][email protected][email protected]\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.