Solutionunvalidated
`--env-file` is not allowed in `NODE_OPTIONS` — running a script with "PNPM". Tension: pre-process a `.env` file by using the new NodeJs `--env-file` feature and use the result with a pnpm script. Outcome: using a dependency such as @dotenvx/dotenvx, dotenv, cross-env or something like that seems to be the only easier option.
68ada4a2-4f3e-4bba-acd8-a05290e4aeca
--env-file is not allowed in NODE_OPTIONS — running a script with "PNPM". Tension: pre-process a .env file by using the new NodeJs --env-file feature and use the result with a pnpm script. Outcome: using a dependency such as @dotenvx/dotenvx, dotenv, cross-env or something like that seems to be the only easier option.