-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The test:unit script in the package.json file fails to execute on Windows due to the Unix-style syntax used for setting the NODE_OPTIONS environment variable. The error message is as follows:
This issue occurs because Windows does not support the Unix-style syntax for setting environment variables (NODE_OPTIONS='...'). Instead, it requires a different syntax (set NODE_OPTIONS=...).
To Reproduce
Clone the repository on a Windows machine.
Run pnpm install to install dependencies.
Execute the test:unit script using the following command:
Expected behavior
The test:unit script should execute successfully on all platforms, including Windows.
Are you going to work on fixing this?
- Yes
- No
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done