Build faild
Describe the bug
When I build with pnpm build
What happened?
NODE_OPTIONS is not an internal or external command, nor is it a runnable program or batch file
System information
System: OS: Windows 10 10.0.19044 CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics Memory: 19.41 GB / 39.37 GB Browsers: Edge: Spartan (44.19041.1266.0), Chromium (125.0.2535.92) Internet Explorer: 11.0.19041.1566
Where did you encounter the bug?
A self hosted
Anyway, I build succeed by change the build script to
cross-env NODE_OPTIONS=--max_old_space_size=4096 vue-tsc --noEmit && vite build。
Hi @Guaderxx, made -max_old_space_size in my fork, and if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)