You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run test-debug
> [email protected] test-debug
> NODE_OPTIONS=--import=extensionless/register vitest --inspect-brk --no-file-parallelism
'NODE_OPTIONS' is not recognized as an internal or external command,
operable program or batch file.
Bug
Describe the bug
On Windows running the test scripts in package.json fail as setting the environment variables only works on Linux:
https://github.com/geostyler/geostyler-qgis-parser/blob/23679aea86c6cf63517f3697422f20db0204c2ef/package.json#L46C1-L48C70
For example:
One previous suggestion was to use cross-env:
This approach still works but this now an archived project. Any ideas on a cleaner long-term solution?
The text was updated successfully, but these errors were encountered: